5f827ee657
No-Try: true Docs-Preview: https://skia.org/?cl=249229 Bug: skia:9513 Change-Id: If72d809d843af73debb8cb2d797283d9aa65f314 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/249229 Commit-Queue: Brian Osman <brianosman@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com> Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
16 KiB
16 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.