SkepticMystic
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Traverser, generate hypnotising graph/network animations (traverser-sooty.vercel.app)
A quick little project to generate deterministic graph animations based on modulo arithmetic. Rule: Given n nodes and a list of steps, start at node 0, move steps[0] nodes clockwise, then steps[1], and so on. After the…