An open API service indexing awesome lists of open source software.

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

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.