Skip to main content
npm install mujoco-react three @react-three/fiber @react-three/drei
import { MujocoProvider, MujocoCanvas } from "mujoco-react";

<MujocoProvider>
  <MujocoCanvas config={{ src: "https://raw.githubusercontent.com/google-deepmind/mujoco_menagerie/main/franka_emika_panda/", sceneFile: "scene.xml" }} />
</MujocoProvider>