Skip to content

Releases: electronstudio/jaylib

5.5.0-2

02 Dec 19:42

Choose a tag to compare

  • adds binaries for 32bit Windows x86 (with OpenGL 2.1, not the usual 3.3, because I'm not confident these old machines can support it, but do let me know.)

5.5.0-1

26 Nov 14:36

Choose a tag to compare

  • fix missing newRectangle method

5.5.0-0

24 Nov 18:49

Choose a tag to compare

  • Raylib 5.5
  • The com.raylib.Jaylib class has been removed because it seemed to confuse people and IDE
    autocompletion. Use com.raylib.Raylib instead. The Colors are now in com.raylib.Colors.
    If you don't like the fluent constructor syntax of JavaCPP, use the methods in com.raylib.Helpers
    to create structs.

v5.0.0-0

12 Apr 16:26

Choose a tag to compare

Update Raylib to 5.0, Raygui to 4.0

v4.5.0-0

05 Nov 05:08

Choose a tag to compare

Raylib updated to 4.5.

Macos ARM64 build added.

Raspberry Pi build removed.

Untested, especially the Macos ARM64, so please report whether it works.

v4.2.0-1

11 Aug 22:13

Choose a tag to compare

Raylib 4.2

All the binary jars now combined into one.

NOTE CHANGE OF REPO TO MAVEN CENTRAL.

4.0.0-0

30 Nov 12:10

Choose a tag to compare

  • Update to Raylib 4.0
  • Added Physac and Raygui
  • Automated builds

3.7.0

03 Jul 23:59

Choose a tag to compare

v3.7.0

readme

3.0.0-rc5

14 Apr 08:49

Choose a tag to compare

3.0.0-rc5 Pre-release
Pre-release

Preview release. To test, download jar and type:

java -cp jaylib.jar com.raylib.Test

On MacOS:

java -XstartOnFirstThread -cp jaylib.jar com.raylib.Test