Releases: TSnake41/raylib-lua
Releases · TSnake41/raylib-lua
raylua v3.0c
This release is based on master raylib v3.0.0 with TSnake41/raylib@91e3677.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
Changes from v3.0b_pre:
- Allow to load file from payload (although already supported in v3.0b_pre)
- Added rl.GetWindowScaleDPI() (raysan5/raylib@8e59ecb)
- Added rl.Vector2MoveTowards() (raysan5/raylib@4583987)
- Added rl.IsWindowFocused() (raysan5/raylib@6e2d39c)
raylua v3.0b_pre
This pre-release is based on raylib v3.0.0 with raysan5/raylib@cc81634 and raysan5/raylib@b132da0 and TSnake41/raylib@91e3677.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
Changes from v3.0a :
- Removed rl.LoadImagePro() (raysan5/raylib@cc81634)
- Changed rl.ImageDrawText*() params order (TSnake41/raylib@91e3677)
- Improved embedding : payload offseting is now unneeded, you can now append zip payload at the end of the executable.
- Fixed Mac OS X and Linux build issues.
raylua v3.0a
First major raylua release.
This release is based on raylib v3.0.0.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
This build also include an experimental support for raygui.
Linux version includes this fix 76033f3
Test version v0.1
First public version of raylib-lua.
Test version v0.1b
Another test version that build without the need of libwinpthread and other stuff.
Some work has to be done while compiling for Linux has some linker options has to be specified (like -lX11 and others)