Skip to content

raylua v3.0d

Compare
Choose a tag to compare
@TSnake41 TSnake41 released this 11 Jun 21:56
· 143 commits to master since this release

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 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)