Bullet Physics in MinGW

Edimartin
Posts: 3
Joined: Thu Apr 15, 2010 6:54 pm

Bullet Physics in MinGW

Post by Edimartin »

Hi. I need create one physics program using some physics engine.

Where can I get the bullet for MinGW (I use the Code Blocks). I have get de download but there is just the Visual C archives.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Bullet Physics in MinGW

Post by Erwin Coumans »

Bullet provides cmake support, and cmake can generate Code Blocks project files.

Still, if possible it is better to switch to Microsoft Visual Studio under Windows.
Thanks,
Erwin
GameOn
Posts: 35
Joined: Mon Dec 27, 2010 10:46 pm

Re: Bullet Physics in MinGW

Post by GameOn »

Still, if possible it is better to switch to Microsoft Visual Studio under Windows.
why ?

I've never used visual C++ myself.

I've heard vc++ had some better debugin options... but so far codeblock's debugger satisfied me.