Do you know AGG ?

"Pierre Arnaud" <[email protected]> Fri, 6 Feb 2004 08:30:39 +0100
Newsgroups gmane.comp.gnome.lib.libart.general
Organization OPaC bright ideas
Message-ID <04d801c3ec83$1ef094e0$2301a8c0@BIGDELL>
Bruce Q. Hammond wrote:

> Perhaps a new "libart_driver" in C++ would be a nice. I have the ground
> work for it and would love to see it used for something.

I had been using libart about a year ago, but then I ran into some numerical
stability problems in the code. I tried fixing them but finally gave up as
I discovered another library which seemed much more promising, and quite
alive, called AGG, by Maxim Shemanarev (McSeem) :

http://sourceforge.net/projects/vector-agg/

It is pure C++ with heavy use of templates and produces astonishingly
good results. I can only encourage you to look at the samples which
work both on Win32 and Linux.

Currently, there is no available documentation that I am aware of (you
might have a look at www.antigrain.com which contains some outdated docs).

Hope this helps.

    Pierre