Skip to content

raylua v3.0f

Compare
Choose a tag to compare
@TSnake41 TSnake41 released this 05 Sep 14:29
· 128 commits to master since this release

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