Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 645 Bytes

File metadata and controls

28 lines (17 loc) · 645 Bytes

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. :)