
▲ 23 r/bevy
Sneak Peek: Native macOS Editor Prototype for Bevy
Made it for my own use case, which is basically a visual debugger/inspector, but curious what others thing, do you have any use for a tool like this?
u/caspervonb — 1 day ago

Made it for my own use case, which is basically a visual debugger/inspector, but curious what others thing, do you have any use for a tool like this?
Alright hello everyone, I made a standalone visual explanation of the Separating Axis Theorem for collision detection.
My first one so this, took an embarrassing amount of time but I feel like it has decent animations and narration at this point.
It covers:
The video is engine- and language-independent, and is aimed at people interested in implementing collision detection or understanding how narrow-phase algorithms work.
I’m also working on videos covering general collision detection, broad phase versus narrow phase, and GJK.