Releases: electronstudio/jaylib
Releases · electronstudio/jaylib
5.5.0-2
5.5.0-1
- fix missing newRectangle method
5.5.0-0
- Raylib 5.5
- The
com.raylib.Jaylib
class has been removed because it seemed to confuse people and IDE
autocompletion. Usecom.raylib.Raylib
instead. The Colors are now incom.raylib.Colors
.
If you don't like the fluent constructor syntax of JavaCPP, use the methods incom.raylib.Helpers
to create structs.
v5.0.0-0
Update Raylib to 5.0, Raygui to 4.0
v4.5.0-0
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
Raylib 4.2
All the binary jars now combined into one.
NOTE CHANGE OF REPO TO MAVEN CENTRAL.
4.0.0-0
- Update to Raylib 4.0
- Added Physac and Raygui
- Automated builds
3.7.0
v3.7.0 readme
3.0.0-rc5
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