rockspec: using md5 from uploaded tarball
[adg-lua.git] / NEWS
blobdeffcdc268320b45a2eca1f7313e5f55aad7df26
1 ADG-Lua 0.1.2
2 =============
4 Added adg-web.lua, a script for generating drawings (actually only in
5 PNG format) on the fly. The script has been developed in order to be
6 able to provide a web interface to the ADG canvas: check out the
7 silverstripe-adg project for details.
10 ADG-Lua 0.1.1
11 =============
13 adg-demo.lua is now in par with the adg-demo.c included in ADG
14 canvas 0.7.2.
17 ADG-Lua 0.1.0
18 =============
20 First release entirely based on LGI. LGI bindings provide two main
21 benefits over LGob: they work out of the box with both ADG and CPML
22 and they have more mainstream acceptance.
24 The fact that LGI and ADG work together without further assistance
25 makes this very same project useless, and in fact actually adg-lua
26 does not provide Lua bindings for ADG, but includes a demonstration
27 program that shows how to use ADG and LGI.
30 ADG-Lua 0.0.1
31 =============
33 Initial release. This adg-lua version is the first one and will be
34 used to provide bindings for adg-0.6.4 (together with the internal
35 cpml-0.6.4 library). Anyway it is expected to work with more recent
36 versions too.