[AdgPositionable] Implemented adg_positionable_set_org_explicit()
[adg.git] / README
blob6b84b15fc680e9c3c3bc9053a5650d5d03d7da88
1 General Information
2 ===================
4 Automatic Drawing Generation is GObject-based library that provides a
5 non-interactive cairo canvas specifically designed for generating
6 technical drawings.
8 If you want to develop an application that needs to show and print drawings
9 where some data change but the overall design is always the same, the ADG
10 library comes in handy. In production factories, this is often a good
11 choice and could help to greatly improve the production of technical offices.
13 You can reach similar targets using parametric CADs but a custom application
14 provides the following benefits:
16 o More customizable
17 o Quicker and not so bloated as a parametric CAD
18 o Can be easily connected to a database
19 o The drawings are generated on-fly: this feature can be by
20   web-based application
22 For technical details, visit the ADG home page:
23 http://www.entidi.it/adg/ 
25 Installation
26 ============
28 The ADG library has the following dependencies:
30 o glib-2.10.1 or later (http://www.gtk.org)
31 o cairo-1.7.4 or later (http://cairographics.org)
32 o gtk+-2.8.0 or later (http://www.gtk.org, for the demo program)
34 See the file 'INSTALL' for further details.