Hacker News new | ask | show | jobs
by crockeo 624 days ago
I've been messing around with a graph-based interface for task management over in https://github.com/crockeo/ekad. The interesting branches are:

- `main`, which currently houses a custom interactive graph visualizer built on top of the great `vello` from linebender (https://github.com/linebender/vello).

- `ch/typescript`, which has my attempts at joining a more traditional task manager with a graph visualization.