Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 392 Bytes

collide2d

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