Skip to content

Commit c932a92

Browse files
committed
upadate physics documentation
1 parent b2ab5ca commit c932a92

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

content/BowlerStudio/JBulletPhysics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: JBullet Physics Engine
2+
title: MuJoCo Physics Engine
33
step: 11
44
layout: post
55
---
66

7-
JBullet is a java port of the Bullet Physics engine. BowlerStudio provices the JBullet runtime for users to build with.
7+
JBullet is a java port of the MuJoCo Physics engine. BowlerStudio provides the Java bindings for the MuJoCo runtime for users to build with.
88

99
[Check out the In Depth JBullet Physics Tutorial](/JBullet-Physics/Cube/)
1010

layouts/landing.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3 class="section-heading">Co-Engineering platform for robots</h3>
154154

155155
<h2 class="section-heading text-center">BowlerStudio Release</h2>
156156
<h4 class="section-heading text-center">BowlerStudio Minium
157-
Spec: 64 bit 2.2ghz Quad Core w/ 16GB (32GB RAM recommended) ram,
157+
Spec: 64 bit 2.2ghz Quad Core w/ 4GB (8GB RAM recommended) ram,
158158
OpenGL3.0+ and 512mb disk space</h4>
159159

160160
<h2 class="section-heading text-center">Choose your Installer</h2>
@@ -238,7 +238,7 @@ <h2 class="section-heading text-center">
238238

239239
</h2>
240240
<h4 class="section-heading text-center">Kernel Minium Spec: 4B
241-
RAM, Java 8, and JavaFX u60+ (x86, x64 and ARMv6 Hf supported)</h4>
241+
RAM, Java 17, and JavaFX u60+ (x86, x64 and ARMv6 Hf supported)</h4>
242242

243243
<h2 class="section-heading text-center">
244244
<a class="btn btn-default text-center" href="<%=@item[:kernelJAR]%>"
@@ -257,11 +257,7 @@ <h2 class="lead text-center">Rasberry Pi Instructions (Kernel
257257
<pre class="bash">
258258

259259
<code>
260-
sudo apt update
261-
sudo apt-get install openjdk-8-jdk openjdk-8-jre-headless
262-
export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
263-
wget https://chriswhocodes.com/downloads/openjfx-8u60-sdk-overlay-linux-armv6hf.zip
264-
sudo unzip openjfx-8u60-sdk-overlay-linux-armv6hf.zip -d $JAVA_HOME/../
260+
sudo apt install openjdk-17-jdk -y
265261
wget <%=@item[:kernelJAR]%>
266262
# for a REPL
267263
java -jar <%=@item[:kernelJAROnly]%> -r

0 commit comments

Comments
 (0)