Point vs AABB Collision Detection | C Game + Engine From Scratch 06

Опубликовано: 04 Октябрь 2024
на канале: Dylan Falconer
6,798
214

Learn game programming: https://programvideogames.com/free (free course using Odin + Raylib!)
Programming newsletter: https://dylanfalconer.com/articles
X: https://x.com/falconerd

I completed more code for this episode but didn't have the time to record the rewrite and voiceover, edit, and publish the other two parts (this video was meant to be longer).

You can check the code before the next episode is out here:

AABB vs AABB using the Minkowski difference plus find penetration vector: https://github.com/Falconerd/engine-f...
2nd AABB more as a demonstration of the "tunneling" problem that we'll be solving: https://github.com/Falconerd/engine-f...