Riebart / diana

A proof-of-concept open-source clone of Artemis with realistic physics and decoupled multiplayer capacity.
1 stars 0 forks source link

Multithread collisions and get details performance metrics #21

Open Riebart opened 1 year ago

Riebart commented 1 year ago

Collisions right now are dominated by AABB intersection testing, which happens roughly N^2 times. There's some minor optimizations we can do, but largely this just needs to be multithreaded.