roubachof / Sharpnado.MaterialFrame

A modern MAUI (and XF) Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview) and UIVisualEffectView on iOS.
MIT License
498 stars 26 forks source link

[Feature request] UWP Support #1

Closed mhrastegari closed 4 years ago

mhrastegari commented 4 years ago

Would be nice to have it in our UWP projects :( plus i thing it fits perfectly with UWP because recently you provided AcrylicBlur and it's almost like the original WinUI design of it. :)

roubachof commented 4 years ago

done with version 1.1 :)

MitchBomcanhao commented 4 years ago

hey @roubachof - am I missing something here? I've tried adding MaterialFrame to my solution but it won't build on UWP if it is set to x86, only builds and runs if setting the platform to x64. when it fails on "x86" platform, it says that sharpnado.materialframe\1.1.1\lib\uap10.0.16299\Sharpnado.MaterialFrame.UWP.dll is built for "AMD64"

roubachof commented 4 years ago

Same as here https://github.com/roubachof/Sharpnado.Shadows/issues/9. If you have a solution for the nuspec...

roubachof commented 4 years ago

Reference: https://github.com/Cheesebaron/Nugetx86x64

Sorry I don't have time for this issue right now. But I will gladly review PRs :)

roubachof commented 4 years ago

The issue was created here #9