kotleni / glengine

Cpp 3d OpenGL game engine. Early WIP.
GNU General Public License v3.0
2 stars 0 forks source link

[Feature] Integrate physics engine #4

Open kotleni opened 3 months ago

kotleni commented 3 months ago

I just need test some physics engine libraries to use one. I think ... i don't want to implement it by myself. :)

https://github.com/DanielChappuis/reactphysics3d https://github.com/RandyGaul/qu3e https://github.com/bulletphysics/bullet3 (favorite) https://github.com/Kazade/bounce https://github.com/ThePhysicsGuys/Physics3D

kotleni commented 3 months ago

https://github.com/DanielChappuis/reactphysics3d Looks cool, but.

  1. Very strange Unity like API.
  2. Idk how to enable objects rotation (it's can't?)
  3. Physics is very buggy, strange...