Skia Standard Elements

Introduction

Skia standard elements are a collection of elements which use SkiaSharp for rendering. Skia standard elements provide additional types of visuals supported by Gum, but not all runtimes support Skia standard elements.

Skia adds advanced vector graphics support for shapes such as Arc, ColoredCircle, and RoundedRectangle. Skia also adds support for vector file formats such as SVG and Lottie.

Enabling Skia Standard Elements

Skia standard elements must be explicitly added to gum projects. To add Skia standard elements Select Plugins -> Add Skia Standard Elements.

Add Skia Standard Elements

After clicking this option, Gum adds new standard elements.

Skia standard elements in Gum

Once these Skia standard elements are added, they can be added to Screens and Components just like any other standard element.

Skia standard elements can be added just like any other standard element

Last updated

Was this helpful?