https://github.com/pyomeca/pyosim
Interface between OpenSim and the Pyomeca library
https://github.com/pyomeca/pyosim
Last synced: 6 months ago
JSON representation
Interface between OpenSim and the Pyomeca library
- Host: GitHub
- URL: https://github.com/pyomeca/pyosim
- Owner: pyomeca
- License: apache-2.0
- Created: 2018-03-28T23:16:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T14:20:28.000Z (almost 5 years ago)
- Last Synced: 2024-04-20T00:07:07.726Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 2.25 MB
- Stars: 21
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pyosim
> Pyosim is a python library building on top of [pyomeca](https://github.com/pyomeca/pyomeca) allowing you to batch process multiple musculoskeletal analysis performed by the OpenSim software.
## Example
You can find some examples in the [`examples`](https://github.com/pyomeca/pyosim/tree/master/examples) folder.
## Installation
### Using Conda
First, install [miniconda](https://conda.io/miniconda.html) or [anaconda](https://www.anaconda.com/download/).
Then type:
```bash
conda install pyosim -c pyomeca -c conda-forge
```
## Integration with other modules
Pyosim is designed to work well with other libraries that we have developed:
- [pyomeca](https://github.com/pyomeca/pyomeca): Python toolbox for biomechanics analysis
- [ezc3d](https://github.com/pyomeca/ezc3d): Easy to use C3D reader/writer in C++, Python and Matlab
- [biorbd](https://github.com/pyomeca/biorbd): C++ interface and add-ons to the Rigid Body Dynamics Library, with Python and Matlab binders.
- [pyoviz](https://github.com/pyomeca/pyoviz): pyomeca visualization toolkit and GUIs (still in development and not usable yet)
## Bug Reports & Questions
Pyosim is Apache-licensed and the source code is available on [GitHub](https://github.com/pyomeca/pyomeca).
If any questions or issues come up as you use pyosim, please get in touch via [GitHub issues](https://github.com/pyomeca/pyosim/issues).
We welcome any input, feedback, bug reports, and contributions.