DEV Community

Discussion on: I implemented server-side collision detection

Collapse
 
kirklewis profile image
Kirk Lewis • Edited

One of my favourite topics. Nice one Jermaine!
Here is my attempt at Sweep and Prune.
My lack of video editing skills left the video looking slightly jittery. The demo itself actually runs very smoothly.
I listed a book and some papers I read in the description. Happy collision detecting.

Collapse
 
webdva profile image
webdva

Thank you, Kirk.

That's a nice-looking and inspiring exercise in implementing sweep and prune as shown in your demonstration.

And thank you for sharing those references. They look like they'll be useful to me in the future.