	KCANVAS PROJECT

    Common 2D graphics API abstraction with multiple back-end support

    (c) livingcreative, 2015 - 2016

    https://github.com/livingcreative/kcanvas


kcanvas built demo applications for Windows platform


executables contained in bin\Release (for win32) and bin\Release64 (for x64).

Examples:

basicshapes.exe			Basic shapes example (https://github.com/livingcreative/kcanvas/wiki/Examples#1-basic-shapes)
basicfilledshapes.exe		Basic filled shapes example (https://github.com/livingcreative/kcanvas/wiki/Examples#2-basic-filled-shapes)
textandfonts.exe		Text and fonts example (https://github.com/livingcreative/kcanvas/wiki/Examples#3-text-and-fonts)
paths.exe			Paths example (https://github.com/livingcreative/kcanvas/wiki/Examples#4-paths)
bitmaps.exe			Bitmaps example (https://github.com/livingcreative/kcanvas/wiki/Examples#5-bitmaps)
gradients.exe			Gradients and gradient brushes example (https://github.com/livingcreative/kcanvas/wiki/Examples#6-gradients-and-gradient-brushes)
strokestyles.exe		Stroke styles and pens example (https://github.com/livingcreative/kcanvas/wiki/Examples#7-stroke-styles-and-pens)
clippingandmasking.exe		Clipping and masking example (https://github.com/livingcreative/kcanvas/wiki/Examples#8-clipping-and-masking)

canvasdemo.exe			kcanvas API demo application (all examples in one app)