added TODO
This commit is contained in:
parent
d59ef79b96
commit
671f650d55
1 changed files with 7 additions and 1 deletions
|
@ -6,4 +6,10 @@ This is a clone of the project [The Sound of Sorting](https://panthema.net/2013/
|
|||
|
||||
It is written using the tiny game engine [MacroQuad](https://macroquad.rs/)
|
||||
|
||||
WebAssembly version can be found here [beepsort.polsevev.dev](https://beepsort.polsevev.dev)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue