| View previous topic :: View next topic |
| Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Sun Aug 23, 2009 11:06 pm Post subject: Box2D rev 220 port |
|
|
Hello everyone,
Today i created a port of Box2D rev 220. I added some vfpu optimalisation from libpspmatchv4. The libpspmathv4 is included in the package.
to build it just run:
download
everything should be fine _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Mon Aug 24, 2009 6:31 am Post subject: |
|
|
For some reason i put an old makefile in the zip file.
That's fixed now.
I also included a nearly perfect working TestBed example. (It just crashes sometimes because i mixed some old and new codes together) _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
|