Skip to content

Rocco2300/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Overview

This is a sorting algorithm visualizer project that I am making with the purpose of learning the imgui library, and some basic usage of threads.

Screenshots

Screenshot

Dependencies

  • make
  • cmake

Building

First to get the SFML dependency run the following commands:

cd sorting-visualizer
make install

That will clone the SFML library and build it and move all the files in the necessary folders, after that has been done, you can just build the project using make without any arguments.

Then you can run the executable and play with the program and explore. :)

Releases

No releases published

Packages

No packages published