src/experimental/studio/README.md
MuJoCo Studio is the next iteration of the simulate application. The UI has been reimplemented using Dear ImGui and the default renderer has been switched to Filament. The application is still WIP, see the Future Work section for details.
Configure and build MuJoCo Studio by running this command from the top-level directory. Then follow the printed instructions to run the executable.
bash build.sh
[!NOTE] For now
build.shscript works on windows in a git bash shell.
The build.sh script is intended to get you up and running quickly.
If you intend to develop the application you may prefer to work from an IDE:
Clion. You should be able to set this up to work with the cmake files we provide.
VSCode. We have found that Microsoft's CMake Tools extension works well.
Visual Studio. Follow these instructions.
Stability and Robustness. We need user feedback to find and fix bugs.
UI/UX improvements. We have ported the simulate UI to make it easier to users to switch. We will be making further changes to make use of the flexibility offered by Dear ImGui (examples).
Python integration. As with simulate, we would like to make Studio usable via Python.