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

Re-factor code

mduffin95 opened this issue · comments

It's starting to look messy. I think I've split things into too many different files. Group into fewer header files. Also learn more about CMake so I can neaten up the makefile.

Reduced number of files.