You are viewing the documentation for OpenSim 3.x. Are you looking for the latest OpenSim 4.0 Documentation?
Scripting
Scripting Environments
OpenSim's scripting capability allows users to:
Perform batch processing of common workflows
Utilize the OpenSim API without the overhead of learning to program in C++ and setting up a development environment
You can access OpenSim scripting through
Matlab
Python
The scripting shell in the OpenSim GUI (which is a Jython interpreter embedded in the application)
A Jython interpreter.
The sections below outline how to get started with scripting and describe the available functionality.