Sharpnado.Shadows
Sharpnado.Shadows copied to clipboard
Support MAUI
Are there plans to support Microsoft's MAUI platform with Sharpnado.Shadows?
This would be interesting. It seems like Maui is the way forward for cross-platform applications.
Maui has shadows included out of the box. Would it make sense to migrate shadows to maui?
Maui has shadows included out of the box. Would it make sense to migrate shadows to maui?
Actually, I was not aware of that. Your are absolutelly right! https://learn.microsoft.com/en-us/dotnet/maui/user-interface/shadow
And the API is actually very similar to the library. I would need to test it to check performance, and it requires some extra work to migrate existing applications... but in may case I think that solves the issue.
It does not offer a complete solution yet: Maui does not support multiple shades. Maui does not support blurring.
@roubachof hi, are you adding support for MAUI?
Not sure it's really needed anymore, I have not a lot of requests to do so... @orwo1 MaterialFrame is doing the blurring not shadows (I'm currently porting it).
@roubachof I'll check it out