adg-web: allow custom canvas size
[adg-lua.git] / README
blob980044330b6f28253b67438b29e6b132d92fcdac
1 Demo programs and examples on how to use the ADG canvas with
2 LGI (Lua bindings generated dynamically). This requires both
3 ADG and LGI installed on your system.
5 The build system is based on autotools. It basically checks
6 that the dependencies are fulfilled at "./configure" time
7 and it installs the Lua scripts under $pkgdatadir (usually
8 /usr/local/share/adg-lua) during "make install".
10 The following applications are included:
12 * adg-demo.lua
13   A rewrite of the adg-demo program included in the official
14   ADG tarball that leverages the LGI Lua bindings. The GTK+
15   interface relies on the GtkBuilder file provided by ADG,
16   usually found in /usr/local/share/adg/adg-demo.ui.
18 Have fun.