[ODE] Linux binaries and straight Open API demos...
Martin C. Martin
martin at metahuman.org
Tue Sep 24 09:10:02 2002
Hi Dominique,
Dominique Louis wrote:
>
> So firstly where can I get a Ix86 Linux binary so that I can hit the
> ground running. I am using Mandrake 8.1 if that makes any difference.
If no one knows of a binary, to configure and compile ODE you need type
only two commands. It doesn't take long at all.
> Secondly, I noticed that most the demos that ship with ODE use the
> "drawstuff" library. So has anyone worked on some straight OpenGL API
> demos that make use of ODE. I would like to have a look at a very basic
> demo to see how you have gone about it rather than making use of the
> "drawstuff" library.
Well, drawstuff is a very very simple OpenGL wrapper. It is essentially
what you're looking for. Just look at the drawstuff source.
- Martin