Building a 2D Physics Engine From Scratch: SAT Collision Detection in C++ and SDL2
I wanted to actually understand collision detection — not "call the library function," but understand it well enough to write it myself. So I built a small 2D physics engine in C++...