ia-dev / opensimQt

CPP GUI for OpenSim
Apache License 2.0
5 stars 6 forks source link

MS0301: implement simple tools #14

Closed idhamari closed 4 years ago

idhamari commented 4 years ago

The implementation for these tools is the same: we call

 opensim-cmd run-tool  file.xml

For now, we need only two functions: load xml file and run. When running the tool, the result file is loaded and the model should be animated in the visualizer. I will provide a complete example when we start working on this task.

This applied to all the tools menu except:

In a later milestone, we will visit this menu again and implement the tools in a similar way to the java interface.

idhamari commented 4 years ago

This task has less priority and is ignored for now!