papyrus Canvas Library 0.8.0 (Default branch)

Papyrus is a 2D C++ scenegraph (canvas) library that utilizes the cairolibrary to perform drawing operations. Similar canvas libraries are theGnome Canvas, Diacanvas, and the QT Canvas. Numerous canvas primitivesare available, including arcs, rectangles, polylines, and line markers.An optional companion library, Papyrusmm, provides a set of Gtkmmwidgets which includes viewports (a canvas display widget similar toGtk::DrawingArea) and other UI widgets related to drawing interfaces.License: GNU General Public License v3Changes:
There are many changes in the papyrus library with this release. This release introduces a preview of the SVG drawable, which can load an SVG and return a papyrus drawable object.

More...