This is the shared canvas specially built for Akira and Spice-Up. It will be written in Vala and use clutter for the drawing.
It is meant to contain the basic elements such as a basic container class, move, resize and rotate. As well as the ability to have custom shapes and be able to drag each of their individual points.
- clutter-1.0
- gtk+-3.0
- clutter-gtk-1.0
- granite
- gsvgtk-0.6
- librsvg-2.0
- gsvg-0.4
- gxml-0.16
This builds the Library, GObject Introspection, demo and documentation are build after this
mkdir build
cd build
meson ..
ninja
./demo/gtkcanvas-demo
xdg-open docs/GtkCanvas-0.4/GtkCanvas.html