jbump - 2D AABB collision library

I tried to find a simple Java library for AABB swept collision detection and response but nothing comes up.
So I decided to port bump.lua to Java for my multiplayer game.

This library may help you with your platformer/topdown-shooter when you don’t need a realistic physics simulation or when even Box2D is too much for what you need.

This is just what I needed, thanks!

Is this compatible with GWT? I’m asking because I skimmed over the repo and found mention of thread in the Readme file. This is a great work, thanks!

I didn’t test it with GWT but it should work.
The library itself doesn’t use Thread.