A retake on sorting algorithms. This is a sorting visualizer that renders boxes in WebGL and animates them step by step according to the current sorting algorithm selected by the user. Made with React and Next.js. Shows six different iterative, recursive, and non-comparison sorts.
Install dependencies with npm install
, then start the development server:
npm run dev
Uses Next.js, a meta-framework for React. Production build is just a bunch of static files you can deploy anywhere.
npm run build