1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +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
Box2D.h
README.txt

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)