1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_box2d/box2d
2013-04-27 10:42:37 +01:00
..
Collision Created Box2D module. 2013-04-27 10:42:37 +01:00
Common Created Box2D module. 2013-04-27 10:42:37 +01:00
Dynamics Created Box2D module. 2013-04-27 10:42:37 +01:00
Rope Created Box2D module. 2013-04-27 10:42:37 +01:00
Box2D.h Created Box2D module. 2013-04-27 10:42:37 +01:00
README.txt Created Box2D module. 2013-04-27 10:42:37 +01:00

This folder contains the source from the excellent Box2D physics library. 
For any Box2D-related info, visit their website: http://box2d.org

To create the juce module, the only changes required to the original source-code
were to adjust the include paths to be relative rather than absolute, and to wrap
#ifdefs around a couple of unguarded header files. (Oh, and there were a few
compiler warnings that I cleaned up to avoid bothering people with them)