Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trevin-j committed May 21, 2022
1 parent ee62bed commit eb3cb5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ The software is not all that interactive, it just visualizes different sorting a

The program was developed using Visual Studio 2022 (preview), using the Visual Studio compiler for C++ 20, though, I didn't use anything that was specific to that C++ version, so the same code should work with previous versions of C++.

I used the SFML library for graphics. The entire SFML library is included in the project, though many features are not actually used, so one thing I will do when I get the chance is remove the extra features and un-include them in the solution. SFML's license is included in `dependencies\SFMLx64\SFML_license.md`. I made no modifications to the SFML library for this program.

The debug files for SFML are not being tracked by git, so the linker will give warnings, but everything should compile fine.

If you use Visual Studio, the program should compile without problems without needing to do anything extra. All dependencies should be included in the repository.
I used the SFML library for graphics. You will need to manually install SFML on your computer, and then set up the project to include the necessary files for SFML. You can find how to do this on the [SFML website.](https://www.sfml-dev.org/tutorials/2.5/)

# Useful Websites

Expand Down

0 comments on commit eb3cb5b

Please sign in to comment.