npm ci
npm start
Open http://localhost:8080/standalone/sort.html to see the demo(s).
Open http://localhost:8080/standalone/tests.html to see/run the test suites.
A build can also be triggered via npm run build which will build into dist/0.x and can be copied and used directly in other projects.
-
WebGPU CTS repository where most of the test framework is copied from.
-
Tim Gfrerer and Ponies & Light Ltd.'s Bitonic Merge Sort in Vulkan Compute article.
-
Alan Zucconi's The Incredibly Challenging Task of Sorting Colours article.