pkgsrc-wip/qt5-libqtlua/DESCR

11 lines
538 B
Plaintext

The QtLua library aims to make Qt5 applications scriptable using the
Lua scripting language. It is an alternative to the Qt5Script module.
QtLua does not generate or use generated binding code for Qt. Instead it
provides useful C++ wrapper classes to make C++ and lua objects
accessible from both lua and C++. It takes advantages of the Qt meta
object system to expose QObject members to lua scripts.
QtLua is not designed to develop an application in pure Lua but rather
to extend a Qt C++ application using Lua as scripting language.