This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Releases: Andre-LA/raylib-nelua
Releases · Andre-LA/raylib-nelua
Raylib 3.0 (improved)
-
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
Features:
- raylib and raymath binding
- array type definitions (instead of only pointers)
- record functions
- useful operator overloading