Skip to content

Commit 8d8c07a

Browse files
Update README.md
1 parent c1a2c8c commit 8d8c07a

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,27 @@
22

33
Java 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

724
MuJoCo-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-
1126
Hosting is in:
1227

1328
```
@@ -20,7 +35,7 @@ Maven:
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
3449
dependencies {
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

0 commit comments

Comments
 (0)