PDA

View Full Version : Bullet Physics 2.64-RC3 for PSP



wraggster
January 6th, 2009, 21:35
News/release from Drakon: (http://forums.qj.net/showpost.php?p=2143004&postcount=5)


If you want main site it's here : http://www.bulletphysics.com/

and version 2.64-RC3 for psp is here: http://drakon.xxl-web.pl/wp-content/Bullet_Physics_2.64-RC3_PSP.rar

Package contains sources of library with make file and simple demo.

Warnings:
1. Demo tested on slim psp - I think that it will not work on fat...(maybe someone will change the code).
2. In file :btDefaultCollisionConfig uration.cpp - I chaged

Code:
#define DEFAULT_MAX_OVERLAPPING_PAIRS 1024
#define DEFAULT_STACK_ALLOCATOR_SIZE (5*1024)from

Code:
#define DEFAULT_MAX_OVERLAPPING_PAIRS 65...
#define DEFAULT_STACK_ALLOCATOR_SIZE (5*1024*1024)so it can effects later but anyone can change this.

Compiling library:
1. Unpack .rar file, go to bullet-2.64-RC3\src folder and type make or use compile.bat if you are using windows.
2. Wait...
3. You should get 3 files : libbulletmath.a, libbulletcollision.a, libbulletdynamics.a
4. Copy them to the pspsdk\psp\lib
5. Copy all .h and subfolders with files to pspsdk\psp\include

Compiling demo:
1.Go to the demo folder and type make or use compile_slim.bat if you are using windows.

Later I will attack new version (soft bodies,soft bodies....)
Have a nice day:>

Drakon
January 7th, 2009, 08:58
Elo wraggster :>

Here is 2.70 version of Bullet for psp with working SoftBody demo ;)
http://drakon.xxl-web.pl/wp-content/bullet-2.70_psp.rar

In both demo press L or R trigger to rotate camera.In fist demo press X to add box.