Skip to content

How can I script/automate OpenSim Creator? #860

Answered by adamkewley
adamkewley asked this question in Q&A
Discussion options

You must be logged in to vote

OpenSim Creator is, at time of writing (v0.5.12), an GUI application that does not export its own library interface. The recommended way to automate/script model building is to use OpenSim directly, which is documented here:

Anecdotally, many users tend to either use OpenSim via MATLAB on Windows, or via Anaconda (python) on all platforms. The C++ API is the true "core"/language of OpenSim (it's what OpenSim Creator uses), and is recommended if you intend on writing low-level performance-sensitive features.

There is a longer-term desire to add automation/scripting to OpenSim Creator, but my vision for t…

Replies: 1 comment

Comment options

adamkewley
May 2, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by adamkewley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant