Basic MuJoCo simulator and rendering example
- OpenGL
- Pthreads
To install the requirements:
sudo apt install libopengl-dev - MuJoCo (included through fetch)
- GLFW3 (included through fetch)
- Dear ImGui (included through fetch)
- FFMPEG dev libraries and headers
- CUDA compiler
To install the requirements: [IN DEVELOPMENT]
sudo apt install libavdevice-dev libavutils-dev- OpenCV 4 or higher
To install the requirements:
sudo apt install libopencv-devTo build use the build.sh script.
./build.shTo run use the run.sh script.
./run.sh