For some reason he abandoned it 2007. I mailed him recently because I had some questions and the minor hope to revive the project. It turned out that he passed away about 2 years ago.
So what to do with this? It's only a matter of time when his site is down finally.
In order to integrate his library into my project I need some changes. Should I adapt his work until nothing is left?
What about the license, he changed shortly before he ended his development?
You should find out who has authority over his estate, and ask them if you can do something with it.
How can I do that?
Why do you need to change it?
Well, the library has some small issues:
- typo int agg_font_cache_manager.h: perv_glyph() instead of prev_glyph()
- Under Windows it has some compiler errors when compiled with UNICODE
- The 'font_engine_win32_tt_base' has some issues (like the compiler error above)
For some reason he decided to set the origin of the coordinate system to the lower left. For computer graphic quite unusual and inconvenient. You can change it to the upper left but then it's all upside down. When you use the 'Rasterizer' directly the origin is always upper left (which appears to me rather inconsequent).
I'd like to see it part of boost (where a geometry library already exists). Do you think that is possible?
@Ganado
Yes it is clean, but has so many small parts that it is somehow intimidating to use it.