Author: Sebastien Alaiwan
A tiny standalone 2D collision detection and response module, and a SDL demo app to test it.
To run the demo, simply launch:
./run.sh
You can also compile it yourself, using the following command:
g++ sdl_demo.cpp collision.cpp `sdl2-config --cflags --libs` -o collide2d