How to setup Eclipse project for BasicDemo example?

Post Reply
Axman
Posts: 2
Joined: Fri Sep 12, 2014 10:24 pm

How to setup Eclipse project for BasicDemo example?

Post by Axman »

Hello Everybody,

I would like to use BP under Win7 with Eclipse/CDT and MinGW.
I managed to build BP and I could also successfully compile the HelloWorld example in my own Eclipse project. However, I have problems to do the same for the BasicDemo example.

It starts with the fact that it definitely needs header files from the OpenGL demo although the Bullet_User_Manual.pdf says that the src folder is the only required include directory and continues with the problem that it seems to need more libraries than the three mentioned in the manual (BulletDynamics, BulletCollision,LinearMath). Basically I don't understand how and where BasicDemo makes use of GLUT components and why these components seem to be scattered across the Demo folder.

Unfortunately Bullet_User_Manual.pdf is not very detailed and so I'm stuck :-(
So I would be grateful if somebody could tell me what's going on or where I can find more/better tutorials.

Many thanks,
Axman
Post Reply