Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
MuJoCo-rs 1.5.x documentation
MuJoCo-rs 1.5.x documentation
  • Installation
  • Programming
    • Changes from MuJoCo
    • Simulation
      • Basic simulation
      • Attribute views
      • Interface to C API
    • Visualization
      • 3D viewer
      • 3D renderer
      • Custom visualization
    • Model editing
  • API
  • Changelog
Back to top
View this page

Visualization¶

It’s useful to visualize what the simulation is doing. MuJoCo-rs provides two main ways of visualization:

  • 3D viewer for onscreen visualization (window)

  • 3D renderer for offscreen rendering (array or a file)

  • 3D viewer
    • Rust-native 3D viewer
    • Wrapper of MuJoCo’s C++ 3D viewer
  • 3D renderer
  • Custom visualization
    • Drawing to a scene
Next
3D viewer
Previous
Interface to C API
Copyright © 2025, David Hožič
Made with Sphinx and @pradyunsg's Furo