1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-08 23:24:19 +00:00
JUCE/modules/juce_box2d/box2d
2023-01-31 12:54:56 +00:00
..
Collision Fixed some more static analysis issues in the Box2D code 2020-03-18 13:47:49 +00:00
Common Fix GCC 12 compiler warnings 2023-01-31 12:54:56 +00:00
Dynamics Fixed some more static analysis issues in the Box2D code 2020-03-18 13:47:49 +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 Whitespace 2019-02-07 09:56:43 +00: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)