Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: TSnake41/raylib-lua

raylua v5.0a-rc1

18 Nov 14:34
Compare
Choose a tag to compare
Loading
raylua v5.0a-rc1Pre-release
Pre-release

First release based on raylib 5.0
Please check raylib changelog for full changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Autocompletion file/details available athttps://github.com/TSnake41/raylib-lua/blob/v4.5a/tools/autocomplete/plugin.lua

Is built targetting OpenGL 4.3 by default.

Built-in raylib modules :

  • raymath
  • rlgl
  • gestures
  • physac
  • raygui
  • rcamera

Full Changelog:v4.5a...v5.0a-rc1

Loading
GuvaCode and distantforest1 reacted with thumbs up emoji
2 people reacted

raylua v4.5a

23 Mar 09:25
Compare
Choose a tag to compare
Loading

First release based on raylib 4.5
Please check raylib changelog for full changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Autocompletion file/details available athttps://github.com/TSnake41/raylib-lua/blob/v4.5a/tools/autocomplete/plugin.lua

Is built targetting OpenGL 4.3 by default.

Built-in raylib modules :

  • raymath
  • rlgl
  • gestures
  • physac
  • raygui
  • rcamera

Full Changelog:v4.2a...v4.5a

Assets3
Loading
rchastain, zet23t, JoshuaColell, distantforest1, riko0800r, and HDPLocust reacted with thumbs up emoji
6 people reacted

raylua v4.2a

06 Sep 18:36
Compare
Choose a tag to compare
Loading

First release based on raylib 4.2
Please check raylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Is built targetting OpenGL 4.3 by default.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac
  • raygui

Full Changelog:v3.7a...v4.2a

Loading

raylua v4.0a

04 Nov 19:49
Compare
Choose a tag to compare
Loading

First release based on raylib 4.0
Please check raylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Is built targetting OpenGL 4.3 by default.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac
  • raygui

Full Changelog:v3.7a...v4.0a

Loading

raylua v3.7a

02 May 10:17
Compare
Choose a tag to compare
Loading

First release based on raylib 3.7
Please check raylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac
  • raygui
Loading

raylua v3.5a

25 Dec 16:42
Compare
Choose a tag to compare
Loading

First release based on raylib 3.5
Please checkraylib changelog for changes.
Also checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac
  • raygui
Loading

raylua v3.0f

05 Sep 14:29
Compare
Choose a tag to compare
Loading

This release is based on master raylib v3.0.0 withTSnake41/raylib@ccdd8b5.
Please checkhttps://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) sinceraylua v3.0a
  • Various functions have been added :
    • IsWindowMaximized
    • DecorateWindow/UndecorateWindow
    • MaximizeWindow/RestoreWindow
Loading

raylua v3.1-dev1

05 Sep 14:35
Compare
Choose a tag to compare
Loading
raylua v3.1-dev1Pre-release
Pre-release

This is the first development release of raylua v3.1-dev.
This is based on master raylib v3.1-dev withTSnake41/raylib@ccdd8b5.

This release is mostly the same asraylua v3.0f with deprecated features dropped.

Loading

raylua v3.0e

08 Aug 15:48
Compare
Choose a tag to compare
Loading

This release is based on master raylib v3.0.0 withTSnake41/raylib@ccdd8b5.
Please checkhttps://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 onImage 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)
Loading

raylua v3.0d

11 Jun 21:56
Compare
Choose a tag to compare
Loading

This release is based on master raylib v3.0.0 withTSnake41/raylib@4f56981.
Starting with this release, release note will no longer indicate API changes.
Please checkhttps://github.com/TSnake41/raylib-lua/tree/master/tools for API details.

Built-in raylib modules :

  • raymath
  • rlgl
  • easings
  • gestures
  • physac

Changes fromv3.0c:

  • Fixed builder with a zip file.
  • Fixed Mac OS X crash
  • Addedrl.new (alias offfi.new)
  • AddedVector2 andVector3 pure-lua operator overloading.
  • Improved embedding on some platforms :
    • Fixed issues when executable is not in current directory.
  • Added executable icon 😎 (Windows only)
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp