(Modified for use in LOVR) Open Dynamics Engine (ODE) github mirror from https://bitbucket.org/odedevs/ode
#physics #extension #library #lovr #gamedev #3d

oleh_derevenko 15ae8228d3 Changed: ODE version has been bumped to 0.15 9 лет назад
GIMPACT 2712436e05 Cosmetic: Some compile time warnings have been eliminated 9 лет назад
OPCODE cd5c71e03c Cosmetic: A compile time warning has been fixed 9 лет назад
bindings 603b653c23 Fixed: Constant values fixed in Python bindings (Issue #33) 9 лет назад
build 15ae8228d3 Changed: ODE version has been bumped to 0.15 9 лет назад
contrib a3027d82af Changed: Pointer and memory size integral typedefs somewhat organized 9 лет назад
drawstuff 948edb3f26 Merged in f_ferri/ode-dsdrawtriangles (pull request #4) 10 лет назад
include e4a1d0dc60 Changed: dAddVectorScaledVector3() function has been added 9 лет назад
libccd 424c76d4f5 Fixed: Some makefile and autoconf file corrections 9 лет назад
m4 2af7a8a198 removed libtool macros from repo 12 лет назад
ode 320fec43a2 Fixed: Some compiler specific compile time errros have been fixed 9 лет назад
ou 4d1a98396a Fixed: A header filename has been added to a makefile 9 лет назад
tests 969226f35a Cosmetic: The Tests have been changed to avoid calling deprecated functions 9 лет назад
tools fc75f4f11d Added initial script to export Convex geometry from Blender to tools, replaced box convex with Blender Icosahedron sphere in demo_boxstack.cpp. 17 лет назад
web 0ca9887ec4 added logo to readme, cleaned up licensing text 12 лет назад
.hgignore d2f92a596b doxygen html docs are now built with `make html' 12 лет назад
.hgtags 4f53de0354 Moved tag 0.14 to changeset a77b1d06e3a6 (from changeset 7b0c5226eb9c) 10 лет назад
CHANGELOG.txt 391351e0e1 Changed: Project generation options changed to enable built-in multithreaded threading implementation by default 9 лет назад
COPYING 402af798f8 added a COPYING file clarifying the licensing; also, added OPCODE/COPYING to document OPCODE's licensing 12 лет назад
CSR.txt f85adc1505 Cosmetic: Corrections in CSR.txt 9 лет назад
INSTALL.txt dc42407f6b generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings 13 лет назад
LICENSE-BSD.TXT a5e34c92e1 update license year 18 лет назад
LICENSE.TXT 84807ded70 initial. 25 лет назад
Makefile.am 424c76d4f5 Fixed: Some makefile and autoconf file corrections 9 лет назад
README.md 5e64690b1f Changed: A reference to drone.io icon has been removed 9 лет назад
bitbucket-pipelines.yml 4e5ff1a02a Cosmetic: Unnecessary extra command has been removed from the YML 9 лет назад
bootstrap 11cfd3a1ba Removed OSX-specific libtoolize workaround code 11 лет назад
configure.ac 15ae8228d3 Changed: ODE version has been bumped to 0.15 9 лет назад
ode-config.in dc42407f6b generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings 13 лет назад
ode.pc.in dc42407f6b generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings 13 лет назад

README.md

The Open Dynamics Engine (ODE)

ODE logo

Copyright (C) 2001-2007 Russell L. Smith.

ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.

This library is free software; you can redistribute it and/or modify it under the terms of EITHER:

  • The GNU Lesser General Public License version 2.1 or any later.

  • The BSD-style License.

See the COPYING file for more details.