6358289210
Was using an old (unnecessary) CK construct that no longer exists Change-Id: Ib56795d5588586f6da07e0c90e36c3aee1fbbb18 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/456645 Auto-Submit: Brian Osman <brianosman@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
12 KiB
12 KiB
title: "Particles" linkTitle: "Particles"
weight: 40
Skia’s particle module provides a way to quickly generate large numbers of drawing primitives with dynamic, animated behavior. Particles can be used to create effects like fireworks, spark trails, ambient “weather”, and much more. Nearly all properties and behavior are controlled by scripts written in Skia’s custom language, SkSL.