BeepSortRust/README.md

16 lines
517 B
Markdown
Raw Permalink Normal View History

2023-02-26 02:27:21 +00:00
# Work in progress!
# A visualization of sorting!
This is a clone of the project [The Sound of Sorting](https://panthema.net/2013/sound-of-sorting/) without the sound (for now)
It is written using the tiny game engine [MacroQuad](https://macroquad.rs/)
2023-02-26 22:26:48 +00:00
WebAssembly version can be found here [beepsort.polsevev.dev](https://beepsort.polsevev.dev)
## TODO:
- Implement sound using browser API
- Clean up user interface, perhaps move to JS?
- Add more visualization modes (circle, points etc)
- Add more algorithms