rafaskb / awesome-libgdx

🎮 📝 A curated list of libGDX resources to help developers make awesome games.
https://github.com/rafaskb/awesome-libgdx
Creative Commons Zero v1.0 Universal
1.01k stars 76 forks source link

Added jbump #23

Closed raeleus closed 4 years ago

raeleus commented 4 years ago

jbump has been around for some time (since 2017), but hasn't been getting much attention. Actually, it's a simple port based on bump.lua from LOVE2D which is even older (since 2012). This is a great alternative to Box2D for folks that just want simple collision detection or want to implement their own physics. Video here.

I've made a game with it and several test projects and it worked well enough. Actually, Implicit Invocation's implementation had some really gnarly errors so TEttinger and I collaborated to fix the bugs, added new/missing functionality, and added a bunch of documentation. Implicit Invocation fell off the map and is longer responding to issues or PR's. That's why I linked TEttinger's fork instead of the original. It's pretty solid now and I don't plan on adding or changing much more unless I have a personal need. Please consider adding this library to your list. Thank you.