Visualizer for pathfinding algorithms powered by WASM. You can use ANY language (supported by WIT) to generate API bindings, run your pathfinding algorithm and see how it works
- Clone the repository
- Use wit-bindgen to generate bindings for your language
- Compile into .wasm with WIT support
- Run this project with
cargo run - Select algorithm
- Left click - Place walls
- Right click - Remove walls
- Middle click - Move camera
- Scroll wheel - Zoom
- Left click drag on goals - move goals
- Fox - start position
- Flag - end position
✅ Decouple visual representation from actual data (for map)
✅ Hot-reloading
- Pre-compiled binaries
- More examples
- Detect if path is actually valid
- See TimelineActions in realtime
- Confetti!
- load_map in wit
- Animate fox
- Coins as more goals
