Skip to content

Using the classic game Asteroids to visualize how spatial partitioning works

License

Notifications You must be signed in to change notification settings

aaronkanzer/Spatial-Partition-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Using the classic game Asteroids to visualize how spatial partitioning works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages