C++ Dev with Bullet

Dejai
Posts: 1
Joined: Tue Aug 28, 2007 10:23 am

C++ Dev with Bullet

Post by Dejai »

Is it possible to use C++ dev with the bullet engine I am not sure if it is possible how?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: C++ Dev with Bullet

Post by Erwin Coumans »

Dejai wrote:Is it possible to use C++ dev with the bullet engine I am not sure if it is possible how?
Bullet is general C++ code, so it should compile on any platform with a C++ compiler.

You should try out Cmake build system, Bullet has support for it.

hope this helps,
Erwin