[Lunar-commits] <moonbase-other> ode: a graphics engine library used by alienarena.

Florin Braescu florin at lunar-linux.org
Wed Jul 11 22:55:13 CEST 2012


commit 24e46f0a2419ec1408bebcd331bdffe156804937
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 11 Jul 2012 13:55:13 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/24e46f0a2419ec1408bebcd331bdffe156804937

ode: a graphics engine library used by alienarena.
---
  libs/ode/BUILD                                               +8/-0     
  libs/ode/DETAILS                                             +19/-0    
  2 files changed, 27 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/ode/BUILD
@@ -0,0 +1,8 @@
+(
+
+  OPTS="--disable-asserts --enable-shared --enable-double-precision \
+        --disable-demos"  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/ode/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=ode
+         VERSION=0.11.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/opende
+      SOURCE_VFY=sha1:5accd341c6b36835d49beb927e39272bf7886962
+        WEB_SITE=http://www.ode.org
+         ENTERED=20041011
+         UPDATED=20100218
+           SHORT="Open Dynamics Engine"
+
+cat << EOF
+ODE is an open source, high performance library for simulating rigid
+body dynamics. It is fully featured, stable, mature and platform
+independent with an easy to use C/C++ API. It has advanced joint types
+and integrated collision detection with friction. ODE is useful for
+simulating vehicles, objects in virtual reality environments and
+virtual creatures. It is currently used in many computer games, 3D
+authoring tools and simulation tools.
+EOF




More information about the Lunar-commits mailing list