Skip to content

Latest commit

 

History

107 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameSort

image

To build this project, install the following C++ libraries:

simdjson

SFML

Alternatively, install these libraries with vcpkg. This can be done by running

vcpkg install sfml
vcpkg install simdjson

Next, clone into the repository and build with cmake as appropriate according to CMakeLists.txt. Note that this project requires a C++ compiler that supports C++20. The cmake command should look something like:

cmake -S . -B build
cmake --build build

appending -G in the first command with your appropriate generator as necessary.

After building is complete, cd back up to the project's root, cd into the bin/ directory and run GameSort.

Alternatively, you can clone through Visual Studio Code or CLion and it should automagically do the cmake build process for you.

About

Sorting algorithm comparison program powered by SFML

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages