[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaGRAPH 1.0.1 release
- From: Herbert Leuwer <herbert.leuwer@...>
- Date: Sun, 17 Dec 2006 14:20:51 +0100
LuaGRAPH is binary module to create, manipulate, layout and render
graphs. It is based on the GRAPHVIZ (Version 2.12;
http://www.graphviz.org) library from AT&T and runs under Linux with Lua
5.0.3 and Lua 5.1.1. A Windows port is planned in near future (Cygwin).
All graph object attributes, layout algorithms and rendering engines are
supported.
Due to Lua's metatables LuaGRAPH is completely transparent to all the
attributes for graph objects, which makes it easy to follow new features
of GRAPHVIZ without touching LuaGRAPH as long as the GRAPHVIZ API
remains stable.
LuaGRAPH can be downloaded from LuaForge at
http://luaforge.net/projects/luagraph
Documentation is also available at
http://luagraph.luaforge.net
Feedback is highly welcome !
Herbert