Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stableahmad/merge-sort-and-quick-sort-visualizer


https://github.com/stableahmad/merge-sort-and-quick-sort-visualizer

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

### SFML configuration in visual studio
* open the .sln file in visual studio
* choose debug mode
* left click on the project in the solution explorer and open properties
* c++ -> general add $(SolutionDir)\SFML-2.5.1\include in the additional include directories
* go to linker -> general add $(SolutionDir)\SFML-2.5.1\include in the additional library directory
* then go to input tab and add those in the additional dependencies
* opengl32.lib
* sfml-system-d.lib
* sfml-window-d.lib
* sfml-graphics-d.lib
* sfml-main-d.lib
* you may not have a folder named x64 or x86 , if you don't you need to build the project once (dismiss the error) then go to SFML-2.5.1\bin and copy all the dll files
(we don't all of them) and paste them in x64/debug where you have the exe file


### to increase the speed of the visualization just change the value of the delay time on the 9th line