25f416465e
No-Try: true Docs-Preview: https://skia.org/?cl=246824 Bug: skia:9513 Change-Id: Iad072519fd28c70eed27152f85d8ea50b983e51c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/246824 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
9.9 KiB
9.9 KiB
Particles
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.