raylua v3.0d
This release is based on master raylib v3.0.0 with TSnake41/raylib@4f56981.
Starting with this release, release note will no longer indicate API changes.
Please check https://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
Changes from v3.0c:
- Fixed builder with a zip file.
- Fixed Mac OS X crash
- Added
rl.new
(alias offfi.new
) - Added
Vector2
andVector3
pure-lua operator overloading. - Improved embedding on some platforms :
- Fixed issues when executable is not in current directory.
- Added executable icon 😎 (Windows only)