Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 691 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 691 Bytes

Here is a fun tool to help visualize how spatial partitioning works. Spatial partitioning is an important programming pattern that can help improve performance for graphic-heavy or memory-intensive rendering. For the tool, SDL Libraries are utilized (you may need to download them into your computer in order to run the tool locally)

If binary file does not work: (please compile on MacOS)
  1. Clone this Github Repository locally
  2. Navigate to ../Project/SP-Viz/temp folder
  3. Run 'python build.py'
  4. In the same directory, an executable called 'SP-Visualizer' should appear
  5. Run 'SP-Visualizer' locally