Interact with a quadtree data structure in a ROBLOX experience. Quadtrees are used for optimized spatial queries of points. I developed this to make a Barnes-Hut gravity simulation as research for my new game, Ship Crew RPG.
Edit with Rojo:
- Clone this repo and sync it to an empty ROBLOX place with Rojo to edit locally
- WARNING: It will erase whatever you have in
workspace
!
Play/edit on ROBLOX:
https://www.roblox.com/games/11326654961/Quadtree
- You can edit by clicking the three dots above "Play" and clicking "Edit"
- The code in-game isn't current with this github repo!