Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stableahmad/merge-sort-and-quick-sort-visualizer
- Owner: stableAhmad
- Created: 2022-11-01T14:28:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T20:45:40.000Z (about 2 years ago)
- Last Synced: 2024-10-12T18:26:15.721Z (about 1 month ago)
- Language: C++
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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