- Uses OpenGL 3.3 for rendering graphics.
- Visualize different sorting algorithm
git clone https://github.com/Dark-Tracker/sorting_algorithm_visualization
- Download Visual Studio 2022 Community Edition.
- Install workloads: Desktop development with C++.
This project is already packaged with all the necessary libraries, so there’s no need to download them. The following libraries are used:
Library | Usage |
---|---|
FreeType | Font rendering |
Glad | Loader generator |
GLFW | API for creating window, context, input and events etc. |
GLM | Advance math library |