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
2014-11-19 14:15:30 +02:00
..
Collision (Struggling with GIT to try to change the case of a filename) 2014-11-19 14:15:30 +02:00
Common Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
Dynamics A few minor changes to keep the Clang analyser happy. 2013-11-19 14:11:27 +00: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)