Skip to content

Commit

Permalink
README.md: clarify the LWJGL dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 25, 2024
1 parent 61e9204 commit d2183df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Complete source code (in [Java]) is provided under
## How to add MonkeyWrench to an existing project

MonkeyWrench comes pre-built as a single library that depends on:
+ [LWJGL],
+ [LWJGL version 3][lwjgl],
+ lwjgl-assimp,
+ jme3-core,
+ jme3-desktop,
Expand All @@ -54,9 +54,10 @@ MonkeyWrench comes pre-built as a single library that depends on:
+ [Heart], and
+ [Wes].

(Since MonkeyWrench depends on LWJGL version 3 (jme3-lwjgl3),
it isn't compatible with LWJGL version 2 (jme3-lwjgl),
nor will it run on mobile platforms such as Android.)
(Since MonkeyWrench depends on jme3-desktop and jme3-lwjgl3,
it incompatible with LWJGL version 2 (jme3-lwjgl),
nor will it run on mobile platforms such as Android.
However, loaded assets can be saved as J3O for use in any JME application.)

Adding MonkeyWrench to an existing [jMonkeyEngine][jme] project
begins with ensuring that these libraries are on the classpath.
Expand Down

0 comments on commit d2183df

Please sign in to comment.