Skip to content

skidzo/mubosym

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multibody Simulation with Python

Projectname: mubosym

Description:

The project aim is to make multibody simulation possible from scratch for Python. The system setup should be simple and possible even for beginners. On the other hand no limitations for complexity.

Install:

Since we still lack of a setup.py at the moment, just download the repository and put it in a working directory. Fix the dependencies by hand: pip install ... for the usual packages. Go to http://vpython.org for vpython. For the future we will get rid of the vpython dependendy and try to use vispy which seems more community adjusted.

As python environment we recommend on Windows pythonxy distribution (full version comes with all needed packages) and on linux anaconda distribution.

Dependencies:

  • numpy
  • scipy
  • matplotlib
  • sympy

Deprecated dependencies:

  • vpython (6.11) (from vpython.org or via anaconda on linux systems) (vpython has some nasty dependencies itself: wx, python-boost, we would like to replace it with three.js)

Optional dependency for postprocessing of data:

  • pandas

Docu:

/build/html/index.html Slides for intro: /talk_at_europython_2015.pdf

About

Multibody Simulation in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%