Physics engine for PSP

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

Moderators: cheriff, TyRaNiD

Post Reply
maroxe
Posts: 18
Joined: Tue Sep 01, 2009 6:28 pm

Physics engine for PSP

Post by maroxe »

Hi,
Is there any physics engine port for PSP?
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

in the SVN you can find ODE i think version 0.5 and a few time ago on this forum there was a post on a port of Box2D.
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

I ported Box2D rev 220

jojosoft.1free.ws/viewtopic.php?f=6&t=16

It's about the newest version and since Box2D changes a lot over time not fully compatible with older releases.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
maroxe
Posts: 18
Joined: Tue Sep 01, 2009 6:28 pm

Post by maroxe »

i was talking about 3d physics engin ...
i couldn't find ode in pspliraries
iceman755
Posts: 30
Joined: Mon Jul 21, 2008 1:12 am

Post by iceman755 »

...and the same guy who ported Box2D, also ported Bullet Physics.
"Libera eas de ore leonis, ne absorbeat eas tartarus, ne cadant in obscurum"
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

maroxe wrote:i was talking about 3d physics engin ...
i couldn't find ode in pspliraries
'
I believe that LTE got a phys engine. Im not 100% sure. Look around and see what you can find.

check here in the svn

http://svn.ps2dev.org/listing.php?repna ... rev=0&sc=0
PSHN - Playstation Hacking Network
PSX/PS1 - HACK - Game Shark
PS2 - HACK - Swap
PSP - HACK - Pandora
PS3 - ?
maroxe
Posts: 18
Joined: Tue Sep 01, 2009 6:28 pm

Post by maroxe »

ok thanks
Drakon
Posts: 13
Joined: Tue Apr 08, 2008 3:46 pm
Location: Poznan - Poland
Contact:

Post by Drakon »

Post Reply