VCLua is a toolkit library for building graphical user interfaces. VCLua allows a program to be executed on different os systems without any modification.
VCLua can be compiled with the Free Pascal based Lazarus compiler into one easy portable file.
To use VCLua you'll need only the Lua script interpreter.
VCLua currently tested on Windows and Linux.
Library to use the Gnome libraries from Lua, incl. GLib, GTK and others. Currently about 9000 functions and 1900 structures are supported, even though the tested part is rather small. The code is here in the GIT repository.
NOTICE: This project is not maintained anymore. A better alternative is the GIR based lgi project, see this link:
https://github.com/pavouk/lgi/