/retort

retort is a 3D sorting algorithm visualizer made with React and WebGL. It shows iterative, recursive, and non-comparison sorts 📚 ✨

Primary LanguageTypeScript

retort

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.

https://retort.mehar.ca


Developing

Install dependencies with npm install, then start the development server:

npm run dev

Building

Uses Next.js, a meta-framework for React. Production build is just a bunch of static files you can deploy anywhere.

npm run build