Kanzi Shapes 1.0.0-beta9¶
Kanzi Shapes enables you to render vector graphics and Scalable Vector Graphics (SVG) content in Kanzi applications.

Note
This is a prerelease of Kanzi Shapes. Some functionality, workflow, and the API is going to change in the future releases of Kanzi Shapes. Your feedback is very important to us. To send your questions, findings, and comments use the Kanzi Support Portal at support.rightware.com. When submitting a request regarding Kanzi Shapes, set the Product field to Kanzi Shapes.
Requirements¶
Kanzi Shapes 1.0.0-beta9 works with Kanzi 3.9.12.
Windows¶
To build Kanzi Shapes applications for Windows, you need:
Visual Studio 2017 or newer
CMake 3.5.1 or newer
Android¶
To build Kanzi Shapes applications for Android, you need:
Android Studio 3.5.3
Java Development Environment Kit 1.8 or newer (64-bit version)
We recommend using the JDK that is bundled with the Android Studio installation.
CMake 3.5.1 or newer
The
ANDROID_SDK_ROOT
environment variable set to%USERPROFILE%\\AppData\\Local\\Android\\Sdk
.
Contents of the plugin package¶
The plugin package includes:
cmake
directory contains CMake configuration files.doc
directory contains this documentation.examples
directory contains an example project that shows how to use Kanzi Shapes.include
directory contains the plugin header files.lib
directory contains the Kanzi Shapes library files for supported platforms.
Installing the plugin¶
To install Kanzi Shapes:
In Kanzi Hub, in the Feature Packs, select your Kanzi Studio version and the platform on which you want to use Kanzi Shapes.
For example, to use Kanzi Shapes in Kanzi Studio and on Windows, select the Win64 platform.
Download Kanzi Shapes and extract the content of the zip file to the
<KanziWorkspace>/Engine/plugins
directory.If the
<KanziWorkspace>/Engine/plugins
directory does not exist, create it.
After you install Kanzi Shapes, set up the Kanzi Studio project where you want to use Kanzi Shapes. See Setting up your Kanzi Studio project.
See also¶
Setting up your Kanzi Studio project