Skip to content

Releases: XoanaIO/raylib-java

Vector Ergonomics

22 Oct 14:23
Compare
Choose a tag to compare
Vector Ergonomics Pre-release
Pre-release

Additional helper methods on the Vector2, Vector3, and Vector4 objects. Haven't ported raymath.h yet.

Bugfix: Fewer crashes and better cleanup.

17 Oct 14:48
Compare
Choose a tag to compare

Fixed:

  • DLL is now copied to a temp folder correctly. Last few bytes of the DLL were being written more than once.
  • File is cleaned up correctly after shutdown.

Added:

  • Helper methods on shaders to access the different maps.
  • Missing constructor on Vec4/Quaternion.

First Alpha

12 Oct 05:12
Compare
Choose a tag to compare
First Alpha Pre-release
Pre-release

Win64 only at time of writing. Unstable and unpolished.