While trying to learn more about collision detection works, I came across this masterpiece... A gorgeously elegant algorithm explained in a beautifully-animated video.
#robotics #geometry #math #collisiondetection #gjk
Added another tutorial. This one is about showing the idea behind the wonderful separating axis theorem (SAT). We can check, if two shapes don't intersect, if we can find a separation line. You can find the full code together with online JSFiddle versions and the library itself here: https://github.com/sibaku/algeobra
#javascript #math #collisiondetection #programming
#programming #collisiondetection #math #javascript
Good stuff about 2D collision detection.
https://timallanwheeler.com/blog/2023/01/27/2d-player-collision-against-static-geometry/
#gamedev #collisiondetection #vectormath
Hey I think I finished my #DotNet #CollisionDetection library (2D)
I am #SelfHosting #Gitea to host it, as well as its #Nuget repository.
I even double-checked my work with #UnitTest and did some extensive documentation.
Feel free to check it out!
#dotnet #collisiondetection #selfhosting #gitea #nuget #unittest #gamedev