Android Kaki

Build beautiful, usable products using required Components for Android.

Fancy animated UI with AGSL shader in Jetpack Compose | by Jakhongir Madaminov | April 2023


Picture of Dawson Lovell — Unsplash
personal const val GREYSCALE_SHADER = """
uniform float2 childResolution;
uniform shader background;
half4 foremost(float2 fragCoord){
half4 coloration = background.eval( float2(fragCoord.x + childResolution.x, fragCoord.y + childResolution.y + 60));
coloration.rgb = half3(dot(coloration.rgb, half3(0.2126, 0.7152, 0.0722)));
return coloration;
}
"""
coloration.rgb = half3(dot(coloration.rgb, half3(0.2126, 0.7152, 0.0722)))
John Wick: Chapter 4 (FREE) FULLMOVIE The Super Mario Bros Movie avatar 2 Where To Watch Creed 3 Free At Home Knock at the Cabin (2023) FullMovie Where To Watch Ant-Man 3 and the Wasp: Quantumania Cocaine Bear 2023 (FullMovie) Scream 6 Full Movie
Updated: May 1, 2023 — 7:40 pm

Leave a Reply

Your email address will not be published. Required fields are marked *

androidkaki.com © 2023 Android kaki