pampersrocker / EvoNet

Evolution Simulation in XNA Refresh
MIT License
49 stars 12 forks source link

Implement Quadtree #35

Closed pampersrocker closed 7 years ago

Zettymaster commented 7 years ago

what sould it do?!

pampersrocker commented 7 years ago

The initial collision implementation was not very performant, however it currently already implements a sort of quadtree (or at at least some collision cells) which greatly reduces the performance cost.