Skip to content
Adem Kurt edited this page Sep 6, 2024 · 7 revisions

Lua-SDL2

Welcome to Lua-SDL2!

About

Lua-SDL2 is an SDL 2 binding for Lua. It is released under the ISC license.

Versioning

Lua-SDL2 uses the same versioning as SDL except that it adds a trailing -v where v is the binding version (e.g 2.0.3-4 is SDL 2.0.3 and binding version 4).

Download

To obtain the Lua-SDL2 sources:

(Precompiled binaries are not available at present.)

Releases

Release tarballs can be downloaded from Github.

Development version

The latest version of the code may be checked out via git:

$ git clone https://github.com/Tangent128/luasdl2.git

Note that the development version's stability can vary heavily from commit to commit. Some revisions may be obviously buggy, others might be stabler than the previous release. Don't rely on them for production.

Documentation

Tutorials

Versions

Links

Clone this wiki locally