Menu

Tree [5e2918] master /
 History

HTTPS access


File Date Author Commit
 build 2013-03-14 Nicola Fontana Nicola Fontana [2b8a37] build: updated build system
 doc 2013-04-07 Nicola Fontana Nicola Fontana [a4dd12] doc: added doc for adg-demo included in stock ADG
 .gitignore 2013-04-18 Nicola Fontana Nicola Fontana [674c63] rockspec: first implementation
 AUTHORS 2011-06-18 Nicola Fontana Nicola Fontana [d2dc18] Initial commit
 COPYING 2013-03-16 Nicola Fontana Nicola Fontana [4e11e0] doc: changed license to LGPL v.2.1
 Makefile.am 2013-04-18 Nicola Fontana Nicola Fontana [674c63] rockspec: first implementation
 NEWS 2013-04-05 Nicola Fontana Nicola Fontana [771f37] doc: updated NEWS
 README 2013-03-31 Nicola Fontana Nicola Fontana [1ad627] doc: updated README
 THANKS 2013-03-25 Nicola Fontana Nicola Fontana [582f18] doc: updated THANKS
 adg-demo.lua.in 2013-03-28 Nicola Fontana Nicola Fontana [6d61a9] s/adg-demo:regenerate/piston:refresh/
 adg-web.lua 2013-04-01 Nicola Fontana Nicola Fontana [013dc7] adg-web: allow custom size
 autogen.sh 2013-03-15 Nicola Fontana Nicola Fontana [bd2e4a] Integration with adg-demo.ui
 configure.ac 2013-04-18 Nicola Fontana Nicola Fontana [674c63] rockspec: first implementation
 piston.lua 2013-04-01 Nicola Fontana Nicola Fontana [953659] piston: the view size is subject to global map
 rockspec.in 2013-04-18 Nicola Fontana Nicola Fontana [5e2918] rockspec: using md5 from uploaded tarball

Read Me

Demo programs and examples on how to use the ADG canvas with
LGI (Lua bindings generated dynamically). This requires both
ADG and LGI installed on your system.

The build system is based on autotools. It basically checks
that the dependencies are fulfilled at "./configure" time
and it installs the Lua scripts under $pkgdatadir (usually
/usr/local/share/adg-lua) during "make install".

The following applications are included:

* adg-demo.lua

  A rewrite of the adg-demo program included in the official
  ADG tarball that leverages the LGI Lua bindings. The GTK+
  interface relies on the GtkBuilder file provided by ADG,
  usually found in /usr/local/share/adg/adg-demo.ui. This
  means the ADG must be installed in order to use this script.

* adg-web.lua

  A script that receives as input a space-separated list of
  key=value tuples and that sends its output to /dev/stdout.
  The key-value pairs are used to override the data of the
  piston to render. A typical call would be like:

    lua adg-web.lua A=82 B=26 C=3 D1=12 > result.png


Have fun.