Skip to content

Commit

Permalink
added java version note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codex128 authored Jan 15, 2024
1 parent da753bc commit 12708f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ This library requires:
* Lemur 1.16
* Heart
* Boost (my personal utilities)
* Java 8 required, Java 17 suggested (see note below)

Demos additionally require:
* SkyControl

All, except Boost, are common libraries for JMonkeyEngine.

This library was intended to only require Java 8, but due to a mistake, Java 17 is required. However, by changing the source code to remove a single override annotation in `codex.vfx.utils.VfxRandomGenerator`, you can restore Java 8 compatibility. I am working on fixing this issue, but in the meantime, sorry for the inconvenience.

0 comments on commit 12708f1

Please sign in to comment.