Skip to content

JohnsonLabJanelia/mujoco_imgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mujoco_imgui

gui

Installation

  1. Install OpenGL
sudo apt-get install libglfw3
sudo apt-get install libglfw3-dev
  1. Build the project

Use build.sh script to build the project on a Linux machine. By default, it looks for mujoco in $HOME"/build/mujoco-3.1.3/". If you installed mujoco in a different folder, please update DIR_MUJOCO in the build script.

./build.sh
  1. Once built, use ./run.sh to open the program.

GUI

While hovering the scene, use left mouse button to rotate the view, right button to pan, and middle of mouse to scroll.

About

A simple demo of rendering mujoco scene in dear imgui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published