Skip to content

Releases: TSnake41/raylib-lua

raylua v3.0c

02 May 16:52
Compare
Choose a tag to compare

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:

raylua v3.0b_pre

10 Apr 19:46
Compare
Choose a tag to compare
raylua v3.0b_pre Pre-release
Pre-release

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

31 Mar 19:53
Compare
Choose a tag to compare

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

27 Feb 18:00
Compare
Choose a tag to compare
Test version v0.1 Pre-release
Pre-release

First public version of raylib-lua.

Test version v0.1b

27 Feb 22:18
Compare
Choose a tag to compare
Test version v0.1b Pre-release
Pre-release

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)