filipeabperes / Py3ODE

Port of PyODE for Python 3
GNU Lesser General Public License v2.1
35 stars 6 forks source link
2d 2d-game-engine 3d 3d-game-engine game game-engine physics physics-engine physics-simulation

Py3ODE

|travis| |pypi| |license|

.. |travis| image:: https://travis-ci.org/filipeabperes/Py3ODE.svg :target: https://travis-ci.org/filipeabperes/Py3ODE

.. |pypi| image:: https://img.shields.io/pypi/v/Py3ODE.svg :target: https://pypi.python.org/pypi/Py3ODE/

.. |license| image:: https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg :target: https://www.gnu.org/licenses/lgpl-2.1

Py3ODE is a port of PyODE for Python 3. It is inteded for personal use, and thus comes with no guarantees on appropriate behavior.

PyODE is a set of open-source Python bindings for The Open Dynamics Engine, an open-source physics engine. PyODE also includes an XODE parser.

This library is free software; you can redistribute it and/or modify it under the terms of EITHER: (1) The GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The text of the GNU Lesser General Public License is included with this library in the file LICENSE.TXT. (2) The BSD-style license that is included with this library in the file LICENSE-BSD.TXT.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files LICENSE and LICENSE-BSD for more details.