- Notifications
You must be signed in to change notification settings - Fork18
Releases: TSnake41/raylib-lua
raylua v5.0a-rc1
Compare
First release based on raylib 5.0
Please check raylib changelog for full changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Autocompletion file/details available athttps://github.com/TSnake41/raylib-lua/blob/v4.5a/tools/autocomplete/plugin.lua
Is built targetting OpenGL 4.3 by default.
Built-in raylib modules :
- raymath
- rlgl
- gestures
- physac
- raygui
- rcamera
Full Changelog:v4.5a...v5.0a-rc1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
raylua v4.5a
Compare
First release based on raylib 4.5
Please check raylib changelog for full changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Autocompletion file/details available athttps://github.com/TSnake41/raylib-lua/blob/v4.5a/tools/autocomplete/plugin.lua
Is built targetting OpenGL 4.3 by default.
Built-in raylib modules :
- raymath
- rlgl
- gestures
- physac
- raygui
- rcamera
Full Changelog:v4.2a...v4.5a
Assets3
Uh oh!
There was an error while loading.Please reload this page.
raylua v4.2a
Compare
First release based on raylib 4.2
Please check raylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Is built targetting OpenGL 4.3 by default.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
- raygui
Full Changelog:v3.7a...v4.2a
Assets3
Uh oh!
There was an error while loading.Please reload this page.
raylua v4.0a
Compare
First release based on raylib 4.0
Please check raylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Is built targetting OpenGL 4.3 by default.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
- raygui
Full Changelog:v3.7a...v4.0a
Assets5
Uh oh!
There was an error while loading.Please reload this page.
raylua v3.7a
Compare
First release based on raylib 3.7
Please check raylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
- raygui
Assets5
Uh oh!
There was an error while loading.Please reload this page.
raylua v3.5a
Compare
First release based on raylib 3.5
Please checkraylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
- raygui
Assets4
Uh oh!
There was an error while loading.Please reload this page.
raylua v3.0f
Compare
This release is based on master raylib v3.0.0 withTSnake41/raylib@ccdd8b5.
Please checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
- raygui
Changes from v3.0e:
- Some improvements have been made to build raylib-lua binding as a loadable Lua module.
This allows the binding to be loaded from others projects that supports LuaJIT FFI API.
It's known working on Windows, there are some issues to build it for Linux. - raygui is now officially stated as built-in module, note it was silently supported (but considered experimental) sinceraylua v3.0a
- Various functions have been added :
IsWindowMaximized
DecorateWindow
/UndecorateWindow
MaximizeWindow
/RestoreWindow
Assets3
Uh oh!
There was an error while loading.Please reload this page.
raylua v3.1-dev1
Compare
This is the first development release of raylua v3.1-dev.
This is based on master raylib v3.1-dev withTSnake41/raylib@ccdd8b5.
This release is mostly the same asraylua v3.0f with deprecated features dropped.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
raylua v3.0e
Compare
This release is based on master raylib v3.0.0 withTSnake41/raylib@ccdd8b5.
Please checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
This release is mostly a raylib binding update, there is no new raylua-specific feature.
LoadImageEx
has been removed in raylib, raylua has a backward compatibility wrapper but its usage is discouraged as it will be removed in the future.
Any future program should not rely on that function and should rely onImage
structure instead.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
Changes from v3.0d:
- Various functions have been added in this release.
- GetMonitorRefreshRate()
- UpdateTextureRec()
- LoadImageAnim()
- MeshNormalsSmooth()
- Fix some audio loading issues with embedding. (raysan5/raylib#1312)
Assets5
Uh oh!
There was an error while loading.Please reload this page.
raylua v3.0d
Compare
This release is based on master raylib v3.0.0 withTSnake41/raylib@4f56981.
Starting with this release, release note will no longer indicate API changes.
Please checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.
Built-in raylib modules :
- raymath
- rlgl
- easings
- gestures
- physac
Changes fromv3.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)
Assets5
Uh oh!
There was an error while loading.Please reload this page.