Results 1 to 2 of 2

Thread: Bullet Physics 2.64-RC3 for PSP

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,446
    Blog Entries
    3209
    Rep Power
    50

    psp Bullet Physics 2.64-RC3 for PSP

    News/release from Drakon:

    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/...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:>

  2. #2
    DCEmu Coder
    Join Date
    Mar 2008
    Posts
    11
    Rep Power
    0

    Default

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •