ged / ruby-ode
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
commit 525f8ce2a5ceadfbd8affe59162ba05c9d662fd7
tree d9aff91879e9ef7de85884e0b27078279b5aded5
parent c3c77623c086bf22e498913faac17a630fb4f500
tree d9aff91879e9ef7de85884e0b27078279b5aded5
parent c3c77623c086bf22e498913faac17a630fb4f500
ruby-ode /
| name | age | message | |
|---|---|---|---|
| |
.gdbinit | ||
| |
.hgignore | ||
| |
.hgtags | ||
| |
.irbrc | ||
| |
ChangeLog | ||
| |
LICENSE | ||
| |
MANIFEST | ||
| |
README | ||
| |
Rakefile | ||
| |
Rakefile.local | ||
| |
TODO | ||
| |
examples/ | ||
| |
experiments/ | ||
| |
ext/ | ||
| |
lib/ | ||
| |
misc/ | ||
| |
project.yml | ||
| |
tests/ |
README
= Ruby-ODE == Authors * Michael Granger <ged@FaerieMUD.org> == General Information This is a Ruby binding for the Open Dynamics Engine, 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. You can find out more about ODE, including instructions for obtaining it, on the author's page at <http://www.q12.org/ode/ode.html>. == Caveats *IMPORTANT*: This is an *alpha* release. It might blow up, compromise your security, write random data to sensitive portions of your hard drive, or otherwise fail to work as advertised. It is intended to be used by developers who are interested in helping out or curious onlookers who don't mind getting a bit wet. That said, I would greatly appreciate feedback on any aspect of this software. Suggestions, feature requests, questions, design critiques, and bug reports are most welcome. Relevant patches are particularly helpful. I may be reached at <ged@FaerieMUD.org>. == Requirements * Ruby >= 1.7.3 * ODE >= 0.035 * Test::Unit (if you want to run tests) * Rdoc (if you want to make documentation) == Installation $ ruby extconf.rb $ make $ make test #(if Test::Unit is installed) $ make docs #(If Rdoc API documentation is desired) # make site-install == More Information You may also access a web interface to the Ruby-ODE CVS module at: <http://cvs.faeriemud.org/cgi/viewcvs.cgi/Ruby-ODE/>, which includes instructions on checking out the CVS version. == Legal Ruby-ODE is Open Source Software which is Copyright (c) 2001-2003 by The FaerieMUD Consortium. This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0 or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. $Id$

