diff --git a/README.md b/README.md index ca15fd9..7a62e78 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ https://github.com/user-attachments/assets/6171f4c6-e32f-4194-9c01-10e9a0ba7cb7 -__Still working on this.__ - -**UNDER CONSTRUCTION** - Among some stunning features, SkiaSharp version 3 brought the latest [SKSL syntax](https://skia.org/docs/user/sksl/). Can now use [official samples](https://shaders.skia.org/) etc, to create shaders for .NET MAUI. @@ -19,4 +15,4 @@ Do not run this app on iOS and Catalyst simulators as SkiaSharp is not supportin What's behind: subclassed `SkiaShader` effect to create a custom one with transitions and attached it to a customized `SkiaCarousel` via `VisualEffects` property. -Our `ShaderTransitionEffect` uses `SkSl` helper to load shader source from app resources, then compile it into a `SKRuntimeEffect` to be used while painting. \ No newline at end of file +Our `ShaderTransitionEffect` uses `SkSl` helper to load shader source from app resources, then compile it into a `SKRuntimeEffect` to be used while painting.