Skip to content

raylua v3.0e

Compare
Choose a tag to compare
@TSnake41 TSnake41 released this 08 Aug 15:48
· 134 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.

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. (raysan5/raylib#1312)