i finally finished basic rigid bodies for my physics engine
broad phase is aabb
near phase is sat
and collision point generation is reference and incident edge clipping
it runs on a spatial partitioning grid and i'm pretty proud of it! runs around 10 fps for 100 rigid bodies so ill need to optimize it a little bit moreA Physics Engine I made just to get myself familiar with C++ and learn OpenGL and physics :D