mduffin95 / phys2d

A 2d physics engine. I aim to at least have functionality for circles and AABBs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rectangle collision detection working

mduffin95 opened this issue · comments

Rectangle vs rectangle collision detection is working. Just need to do rectangle vs circle.