Aw: [ODE] basic simulation
Der Lockruf des Kaos
Der_Lockruf.des-Kaos at gmx.net
Thu Oct 13 16:43:36 MST 2005
> If so, could anyone tell me where can I get a
> demonstration code using ODE (and if possible with SDL
> and/or Linux).
Hi i found a nice and little Game where you drive with your Moto through different Levels. :)
It's no big Project so perhaps you can have quit a good at the Physics Code which uses ODE.
http://happypenguin.org/show?X-Moto
But there're also very good Code Examples in the ODE Package itself:
ode (Open Dynamics Engine):
wget http://switch.dl.sourceforge.net/sourceforge/opende/ode-0.5.tgz &&
cd ode-0.5 &&
make configure && make -j3 ode-lib && make -j3 drawstuff-lib && make ode-test && make drawstuff-test &&
cd ode/test
Here are all Examples ready to start:
For Example: ./test_buggy.exe
Don't mind about the .exe, "file" says:
file test_buggy.exe
test_buggy.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), not stripped
So you can just execute it.
Have Fun,
Christian
Am Donnerstag, dem 13. Oktober im Jahre 2005
schrieb ÿffffc1lvaro Castro <alvcastro at yahoo.es>:
> Hello all!
>
> I'm new to ODE, I have no real idea of using it, but I
> see that there is a nice documentation.
>
> I'm going to make a project of architectural
> simulation, using only very basic gravity constrains
> and collision detection. Is a project of experimental
> architecture, so is not necessary to be very precise
> in this step.
>
> I'm using SDL/OpenGL on linux.
>
> The intention is to create a world where about 200
> cells are suspended in the air attached between to
> walls. The cells would conform a body that would
> change its shape depending on different parameters.
>
> The reason I think I need ODE is because collision
> detection is important. Gravity is maybe more
> complicated because if I want to calculate a structure
> then everything becomes very complicated, doesn't it?
>
> I have 3 months for this project, so I can't do
> something very very complicated.
>
> I would like to ask:
>
> IS ODE THE RIGHT TOOL?
>
> If so, could anyone tell me where can I get a
> demonstration code using ODE (and if possible with SDL
> and/or Linux).
>
> THANK YOU VERY MUCH IN ADVANCE!
>
> .alvaro.castro.
>
>
>
> ______________________________________________
> Renovamos el Correo Yahoo!
> Nuevos servicios, más seguridad
> http://correo.yahoo.es
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
>
More information about the ODE
mailing list