Skip to content

A tiny standalone SDL app for 2D collision detection and response

License

Notifications You must be signed in to change notification settings

Ace17/collide2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tiny standalone SDL app for 2D collision detection and response

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published