DESCR 518 B

123456789
  1. Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
  2. written completely in standard and platform independent C++. It can be
  3. used in many areas of computer programming where high quality 2D
  4. graphics is an essential part of the project. For example, if you
  5. render 2D geographic maps, AGG is a must. AGG uses only C++ and
  6. standard C runtime functions. The basic algorithms don't even use C++
  7. Standard Template Library. Thus, AGG can be used in a very large number
  8. of applications, including embedded systems.