File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Java JNI binding for [ mujoco physics system] ( https://github.com/google-deepmind/mujoco )
44
5+ # Platforms
6+
7+ This library supports
8+
9+ * Windows x86_64
10+ * Linux x86_64
11+ * MacOS x86_64
12+ * MacOS arm64 (M1, M2, M3)
13+
14+ # Examples
15+
16+ An example of loading a MuJoCo model and display in JavaFX 3d:
17+
18+ https://github.com/madhephaestus/MuJoCoTest/releases
19+
20+ Examples are designed to run in [ Bowler Studio] ( http://commonwealthrobotics.com )
21+
522# Maven
623
724MuJoCo-Java is published on Maven Central via Sonatype.
825
9- ![ ] ( https://img.shields.io/nexus/r/https/oss.sonatype.org/com.neuronrobotics/mujoco-java.svg?style=flat )
10-
1126Hosting is in:
1227
1328```
2035<dependency>
2136 <groupId>com.neuronrobotics</groupId>
2237 <artifactId>mujoco-java</artifactId>
23- <version>VERSION_FROM_BADGE </version>
38+ <version>2.2.0-pre.11 </version>
2439 <type>module</type>
2540</dependency>
2641```
@@ -32,7 +47,7 @@ repositories {
3247}
3348
3449dependencies {
35- implementation group: 'com.neuronrobotics', name: 'mujoco-java', version: 'VERSION_FROM_BADGE '
50+ implementation group: 'com.neuronrobotics', name: 'mujoco-java', version: '2.2.0-pre.11 '
3651}
3752```
3853
You can’t perform that action at this time.
0 commit comments