Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 496 Bytes

File metadata and controls

10 lines (9 loc) · 496 Bytes

QuadTree

Implementation of a quad tree with C++ & SFML.

Building the project for Windows

  1. Clone the project: git clone https://github.com/Ryan95Z/QuadTree.git .
  2. Download and save SFML: https://www.sfml-dev.org/download.php - (Visual C++ 12 (2013) - 64-bit was the one I used)
  3. Copy the lib folder from SFML into /QuadTree.
  4. Create a folder called dlls in /QuadTree.
  5. Copy the dlls from SFML into this folder.
  6. Open the project and compile to validate it works.