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.