# Stars This is an SFML project I made to show Kruskal's algorithm in slow motion. ## Build requirements - C++ buildsystem. - CMake >= 3.8. - SFML >= 2. ## Build steps ### *nix ```sh sh config.sh cmake --build build ``` ### Windows ```PowerShell .\config.ps1 cmake --build build ``` ## Developer instructions ### Coverage To generate coverage reports, build the project with `-DCMAKE_BUILD_TYPE=Coverage`, then from the `build/` directory, execute `src/main`. Perform actions, exit cleanly, then run `make coverage`. Coverage reporting is supported on Apple (LLVM) and Linux (gcov/lcov). ## Bug reports, questions, etc. * The stars homepage is hosted at * Patches, bug reports, and support should go to Aiden Woodruff .