Skip to content

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

Notifications You must be signed in to change notification settings

MeharGaur/retort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks