aboutsummaryrefslogtreecommitdiff
path: root/graphics/agg/pkg-descr
blob: f6b95acb326f3af3e69589ab5c71b08f1c893a42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library,
written in industrially standard C++. AGG doesn't depend on any graphic API or
technology. Basically, you can think of AGG as of a rendering engine that
produces pixel images in memory from some vectorial data. But of course, AGG can
do much more than that. The ideas and the philosophy of AGG are:

  * Anti-Aliasing.
  * Subpixel Accuracy.
  * The highest possible quality.
  * High performance.
  * Platform independence and compatibility.
  * Flexibility and extensibility.
  * Lightweight design.
  * Reliability and stability (including numerical stability).

WWW: http://www.antigrain.com/