No description
Find a file
2023-03-03 00:49:41 +01:00
.github/workflows fixed rsync to not move so much, and fixed link to wasm file in index.html 2023-02-26 02:54:07 +01:00
src need to implement in place version of radix sort 2023-03-03 00:49:41 +01:00
.gitignore Performance fixed: Rewrote to not use generators 2022-12-06 16:40:58 +01:00
BeepSortMacroQuad.iml initial 2022-11-06 22:44:59 +01:00
Cargo.lock broken quicksort, async recursion is not being friendly 2023-02-28 23:40:08 +01:00
Cargo.toml broken quicksort, async recursion is not being friendly 2023-02-28 23:40:08 +01:00
index.html added an exit button, cleaned up the algorithm choice 2023-02-26 23:25:41 +01:00
README.md added TODO 2023-02-26 23:26:48 +01:00

Work in progress!

A visualization of sorting!

This is a clone of the project The Sound of Sorting without the sound (for now)

It is written using the tiny game engine MacroQuad

WebAssembly version can be found here 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