Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Releases: Andre-LA/raylib-nelua

Raylib 3.0 (improved)

26 Sep 17:53
Compare
Choose a tag to compare
  • 100% automatic binding/wrapper generation;

  • All arrays record fields or parameters are typed as unbounded arrays
    instead of pointers;

  • Update to new pointer and array syntax.

  • Wrapping is improved, several functions are applied as methods to
    respective records.

Raylib 3.0

14 Jul 22:47
Compare
Choose a tag to compare

Features:

  • raylib and raymath binding
  • array type definitions (instead of only pointers)
  • record functions
  • useful operator overloading