pagoda

yet another OpenGL-with-physics simulation framework


Keywords
simulation, physics, ode, visualization
License
MIT
Install
pip install pagoda==0.0.2

Documentation

https://travis-ci.org/EmbodiedCognition/pagoda.svg?branch=master https://coveralls.io/repos/EmbodiedCognition/pagoda/badge.svg?branch=master&service=github

PAGODA

A physics simulator + OpenGL tool for Python!

Install with pip:

pip install pagoda

or by cloning this repository:

git clone https://github.com/EmbodiedCognition/pagoda
cd pagoda
python setup.py develop

To run pagoda you'll need a patched version of the Open Dynamics Engine, included in the package source. To install, follow the instructions in the ode/README.md file in the source repository.