Newbie needs help

Osami
Posts: 5
Joined: Thu Jan 17, 2008 8:51 pm

Newbie needs help

Post by Osami »

Hi,
Im woundering if there are any good, easy, tutorals on setting up and using the Bullet SDK on linux. Been looking threw the demo's source code for a while but im still 100% lost on how to do much.
Thanks.
Enrico
Posts: 42
Joined: Thu May 17, 2007 9:34 am
Location: Stuttgart, Germany

Re: Newbie needs help

Post by Enrico »

Hi,

what problems do you have exactly?

Setting up on Linux is as simple as two (or three) commands:
./configure
jam
(jam install?)

I never used the "jam install", everything works fine so far. Demos work, too.
Osami
Posts: 5
Joined: Thu Jan 17, 2008 8:51 pm

Re: Newbie needs help

Post by Osami »

im talking about getting a project working, not compiling. I have no clue how to do anything with the SDK and have been able to find little help in that area. As for the problems I just dont know how to set anything up or do something as simple as draw and move a couple of spheres.