Browser based 3D visualization of multibody simulations.
Project description
pydy-viz
Visualization of multibody systems generated with PyDy.
Installation
This package relies on dependencies included in the SciPy stack (i.e. NumPy and matplotlib). These packages are not necessarily easy to install from source, so it is best to follow the instructions available on the SciPy installation page.
One example of installing the setuptools, NumPy, and matplotlib dependencies for Debian based Linux systems is to install from the apt package manager:
$ apt-get install python-setuptools python-numpy python-matplotlib
Once the dependencies are installed, then download the source and install with:
$ python setup.py install
This will automatically install the latest version of the final dependency SymPy if needed.
Tests
The Python tests require nose so get them with your package manager:
$ apt-get python-nose python-coverage
or pip:
$ pip install nose coverage
The tests can be run from the root directory with:
$ nosetests
And to see more detail with coverage, run:
$ nosetests -v --with-coverage --cover-package=pydy_viz
These are alternative ways to run the Python tests:
$ bin/test $ python setup.py nosetests
For the Javascript tests the Jasmine and blanket.js libraries are used. Both of these libraries are included in pydy-viz with the source. To run the Javascript tests, go to the javascript library directory:
$ cd pydy_viz/static/js
Then run a simple HTTP Server with Python (the server is required due to some cross browser issues with blanket.js):
$ python -m SimpleHTTPServer
Now visit http://localhost:8000/SpecRunner.html in a webgl compliant browser.
Documentation
Requires:
Sphinx
numpydoc
pip install sphinx numpydoc
To build the HTML docs:
$ sphinx-build -b html docs/src docs/build
View:
$ firefox docs/build/index.html
Release Notes
0.1.0
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pydy-viz-0.1.0.tar.gz
.
File metadata
- Download URL: pydy-viz-0.1.0.tar.gz
- Upload date:
- Size: 345.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11923fc2b1bc24ac5e13c9c0d1a26c791828582e07ec20fa4b0e58b023d5b041 |
|
MD5 | 9cb25b6033e8fbbb441932129ec00e15 |
|
BLAKE2b-256 | 8ea1a6ef443beb44b2f288c306149724e6b762e3fc7da6052b1bcf68fa3ba51d |