Quick Q: XDK and/or PS3 SDK project generation

paul.dubois
Posts: 10
Joined: Thu May 20, 2010 10:45 pm

Quick Q: XDK and/or PS3 SDK project generation

Post by paul.dubois »

Is there some way to get CMake to generate project files for use with the XDK and/or PS3 SDK? Or is everyone who needs them writing them by hand?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Quick Q: XDK and/or PS3 SDK project generation

Post by Erwin Coumans »

For PS3 it is best to request spubullet from Sony Devnet (recompiling Bullet for PS3 will only run on PPU, which is very slow, hence you need spubullet).

Unfortunately, cmake doesn't support XBox 360. Using premake might help you in this case. The multi threaded work could work with minor modifications on 360.

Thanks,
Erwin