DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
307 stars 24 forks source link

Impl fixed grid quadtree #792

Closed Indy2222 closed 3 months ago

Indy2222 commented 6 months ago

This will be used for various point based queries as opposed to collider based queries which are already implemented in de_index crate.