Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 478 Bytes

sorting-algorithm-visualizer

Sorting Algorithm Visualizer using OpenGL library

Documentation

Note: This project was built on Arch Linux Based system, so make sure to use proper deps for other os based system.

Install a C++ Compiler like GNU GCC Compiler and Make(Recommended)

sudo pacman -S base-devel make

Install the freeglut package

sudo pacman -S freeglut

Compile the project

make

Run the project

./sort