From a153ff8cdc384b7fac660e7dcb516ce15c1e84c4 Mon Sep 17 00:00:00 2001 From: David Hozic Date: Wed, 17 Sep 2025 15:01:43 +0200 Subject: [PATCH] Add Rust link to MuJoCo section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62d57c19af..815a13121b 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ These packages give users of various languages access to MuJoCo functionality: - **Swift**: [swift-mujoco](https://github.com/liuliu/swift-mujoco) - **Java**: [mujoco-java](https://github.com/CommonWealthRobotics/mujoco-java) - **Julia**: [MuJoCo.jl](https://github.com/JamieMair/MuJoCo.jl) +- **Rust**: [MuJoCo-rs](https://github.com/davidhozic/mujoco-rs), includes: a native viewer, renderer, views (joint, geom, etc.). ### Converters