This project provides Lua bindings for the AUI Framework. It allows to use C++ objects from Lua and et cetera. You can build an AUI application entirely in Lua, as well as incorporate scripted Lua views into existing AUI layouts.
- Clone the repository:
git clone https://github.com/aui-framework/bindings-lua.git
cd bindings-lua
- Create a build directory:
mkdir build
cd build
- Configure the build using CMake:
cmake ..
- Build the project:
cmake --build .
You can optionally build examples by setting the option to TRUE
during CMake configuration: AUI_LUA_BUILD_EXAMPLES
cmake .. -DAUI_LUA_BUILD_EXAMPLES=TRUE
The examples
directory contains a basic example that demonstrates how to create a simple AUI window using Lua.
Contributions are welcome! Please submit bug reports and feature requests through the GitHub issue tracker. Pull requests are also welcome.