Skip to content

raylua v3.0b_pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@TSnake41 TSnake41 released this 10 Apr 19:46
· 170 commits to master since this 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.