skia2/site/user/modules/particles.md
Brian Osman 25f416465e Add particles gallery to skia.org site
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>
2019-10-07 16:34:50 +00:00

9.9 KiB
Raw Blame History

Particles

Skias 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 Skias custom language, SkSL.

Samples