freebsd-ports/graphics/agg/pkg-descr
Ying-Chieh Liao a0fc0739d0 add agg 2.1
A High Quality Rendering Engine for C++
2004-08-04 01:25:56 +00:00

16 lines
685 B
Text

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://vector-agg.sourceforge.net/