Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast authored Nov 12, 2024
1 parent dd28961 commit 82addee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Our `ShaderTransitionEffect` uses `SkSl` helper to load shader source from app resources, then compile it into a `SKRuntimeEffect` to be used while painting.

0 comments on commit 82addee

Please sign in to comment.