Dijkstra algorithm visualization using SDL
- Linux/UNIX based Operating System (doesn't work with Windows)
- CMake
- SDL installed in your system
sudo apt install libsdl2-dev libsdl2-2.0-0 -y
sudo apt install libfreetype6-dev libsdl2-ttf-dev libsdl2-ttf-2.0-0 -y
git clone
this repository.cd
into the directorycmake -G"Unix Makefile"
to generate the require makefilemake
to compile the program
Open this folder from CLion IDE and click on run button on the top bar of CLion IDE and the IDE does the work itself.