https://github.com/chudleyj/c-visualizer
Yet another Algorithm and DS Visualization in C
https://github.com/chudleyj/c-visualizer
Last synced: about 1 month ago
JSON representation
Yet another Algorithm and DS Visualization in C
- Host: GitHub
- URL: https://github.com/chudleyj/c-visualizer
- Owner: Chudleyj
- Created: 2025-07-21T20:10:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T02:15:55.000Z (2 months ago)
- Last Synced: 2025-08-13T20:21:52.647Z (about 2 months ago)
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting Visualizer in C with OpenGL
A simple sorting algorithm visualizer written in C using OpenGL.
Currently supports **Bubble Sort**, **Selection Sort**, *Insertion Sort**, *Merge Sort**, *Quick Sort** with more algorithms planned.---
## Features
- Visualizes array values as vertical bars in real time
- OpenGL rendering (core profile 4.6)---
## Example using Quick Sort:
https://github.com/user-attachments/assets/7bea61f1-2b1d-4aa4-8985-18377f60c2b7
---
NOTE: I have only built this for Windows currently.