Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualiser

To Build

Download the required static and dynamic libraries from SFML https://www.sfml-dev.org/download/sfml/2.6.2/

Paste the library files to the lib folder

Create an output folder and run cmake

General cmake

mkdir out && cd out
cmake .. 
make

For MinGW-32 make

mkdir build && cd build
cmake -G "MinGW MakeFiles" ..
mingw32-make

Output folder

Executable file will be generated in the Bin folder

cd bin && ./AlgorithmVisualiser

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages