Lua-GTK-Examples icon indicating copy to clipboard operation
Lua-GTK-Examples copied to clipboard

Some GTK examples in Lua

Lua GTK 3 Examples

This repository contains a set of examples of GTK 3 with Lua. Based on this repository

Requeriments

Lua 5.1, 5.2 or 5.3 is required, Lua 5.4 was not tested already. Additionally, this dependencies are necessary:

  • lgi
  • gobject-introspection >= 1.70
  • gtk3 >= 3.24

Building

The meson file it's just to help you for check the dependencies (except for lgi, you need to install it if you don't have it), it actually does nothing with the source files.

GTK API covered in this repo

Here is a list of the demostrated GTK API in these examples: