android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

Added a "solar flare" shader and modifier #1453

Closed IanGClifton closed 1 week ago

IanGClifton commented 2 weeks ago

The Kotlin side of this is very similar to the existing yellow striped modifier, but the shader is entirely different. Right now this isn't used anywhere but can be tested by swapping the yellowBackground with solarFlareShaderBackground.

IanGClifton commented 1 week ago

Thank you!