Anti-Grain Geometry (AGG)
- is a 2D rendering graphics library
- is written in C++
- it features anti-aliasing and sub-pixel resolution
- it is not a graphics library, per se, but rather a framework to build a graphics library upon
AGG - Usage
- The Haiku operating system uses AGG in its windowing system
- Matplotlib uses AGG as its canonical renderer for interactive user interfaces