TSnake41 Raylib Lua Versions Save

A modern LuaJIT binding for Raylib (also available at https://gitlab.com/TSnake41/raylib-lua)

v5.0a-rc1

5 months ago

First release based on raylib 5.0 Please check raylib changelog for full changes. Also check https://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Autocompletion file/details available at https://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: https://github.com/TSnake41/raylib-lua/compare/v4.5a...v5.0a-rc1

v4.5a

1 year ago

First release based on raylib 4.5 Please check raylib changelog for full changes. Also check https://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Autocompletion file/details available at https://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: https://github.com/TSnake41/raylib-lua/compare/v4.2a...v4.5a

v4.2a

1 year ago

First release based on raylib 4.2 Please check raylib changelog for changes. Also check https://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: https://github.com/TSnake41/raylib-lua/compare/v3.7a...v4.2a

v4.0a

2 years ago

First release based on raylib 4.0 Please check raylib changelog for changes. Also check https://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: https://github.com/TSnake41/raylib-lua/compare/v3.7a...v4.0a

v3.7a

3 years ago

First release based on raylib 3.7 Please check raylib changelog for changes. Also check https://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac
  • raygui

v3.5a

3 years ago

First release based on raylib 3.5 Please check raylib changelog for changes. Also check https://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac
  • raygui

v3.1-dev1

3 years ago

This is the first development release of raylua v3.1-dev. This is based on master raylib v3.1-dev with TSnake41/raylib@ccdd8b5.

This release is mostly the same as raylua v3.0f with deprecated features dropped.

v3.0f

3 years ago

This release is based on master raylib v3.0.0 with TSnake41/raylib@ccdd8b5. Please check https://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) since raylua v3.0a
  • Various functions have been added :
    • IsWindowMaximized
    • DecorateWindow/UndecorateWindow
    • MaximizeWindow/RestoreWindow

v3.0e

3 years ago

This release is based on master raylib v3.0.0 with https://github.com/TSnake41/raylib/commit/ccdd8b5f28f4aaffda2b637e9cb7602ca167ba5f. Please check https://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 on Image 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. (https://github.com/raysan5/raylib/issues/1312)

v3.0d

3 years ago

This release is based on master raylib v3.0.0 with https://github.com/TSnake41/raylib/commit/4f569813d2906b09edfd97e6617e6900caa4d1bb. 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 of ffi.new)
  • Added Vector2 and Vector3 pure-lua operator overloading.
  • Improved embedding on some platforms :
    • Fixed issues when executable is not in current directory.
  • Added executable icon 😎 (Windows only)