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.