This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
|
| 2 |
|
| 3 |
Check-out Chipmunk physics engine: |
| 4 |
|
| 5 |
svn checkout http://chipmunk-physics.googlecode.com/svn/tags/Chipmunk-5.2.0 chipmunk |
| 6 |
|
| 7 |
(5.2.0 is used instead of trunk, because this example is known to work with |
| 8 |
that version and not necessarily any future versions). |
| 9 |
|
| 10 |
To improve the performance on embedded platform, force the use of 'float' instead of 'double': |
| 11 |
|
| 12 |
patch chipmunk/include/chipmunk/chipmunk_types.h force-float.patch |