Box2D rev 220 port

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Box2D rev 220 port

Post by jojojoris »

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:

Code: Select all

make
make install
download

everything should be fine

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

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: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Post Reply