Implementation of a quad tree with C++ & SFML.
- Clone the project:
git clone https://github.com/Ryan95Z/QuadTree.git . - Download and save SFML: https://www.sfml-dev.org/download.php - (Visual C++ 12 (2013) - 64-bit was the one I used)
- Copy the
libfolder from SFML into/QuadTree. - Create a folder called
dllsin/QuadTree. - Copy the dlls from SFML into this folder.
- Open the project and compile to validate it works.