Assortment

A JavaScript experiment inspired by The Sound of Sorting

MIT License

Stars
10

Assortment

This is an experiment inspired by The Sound of Sorting. It's built with HTML5 Canvas/Web Audio/RequestAnimationFrame API's. Therefor it's likely to break in anything other than the latest version of your browser.

Demo

The experiment can be viewed at http://webcloud.se/Assortment which is running the gh-pages branch of this repository

Acknowledgements

The JavaScript sorting algorithms being used in this project are based on the work of Nicholas C. Zakas. Take a look at his computer-science-in-javascript repository. I also highly recommend reading his blog articles on the subject.