2D AABB Collision detection and Collision Resolver

Greetings friends im new here, im currently making AABB collision detection and i was so happy with the result and wanted to share it with you!

(since this is my first post here im sorry if i make a couple mistakes!)

im planning to make a 2d simple game with this:

5 Likes

In the past week or so I’ve seen a lot of topics discussing 2D interface collision, nice to see you’ve accomplished it!

1 Like

OMG dude, you have made collision too! Cool to see that!

You posted it one hour earlier then mine lol

1 Like

I really don’t want to be the guy that begs for the code but would you be able to explain how you did for the collision resolver? I was able to do the collision detection part but I have no idea how to push back the colliding frames back so they don’t overlap.