Designing a Physics Engine in 5 minutes

Physics is a part of games that has always amazed me. I find it funny how impossible it seemed to do correctly when I was younger. While making a custom game engine, it was finally demystified! The full article: https://winter.dev/articles/physics-e... Full source: https://github.com/IainWinter/IwEngin... 0:00 Intro 0:26 Dynamics 1:30 Collision Detection 4:16 Collision Response 5:19 More Options