Skip to content

5.5.0-0

Compare
Choose a tag to compare
@electronstudio electronstudio released this 24 Nov 18:49
· 9 commits to master since this release
  • 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.