This community has moved to Discord. More details here: https://platform.uno/blog/uno-platform-online-community-move-to-stackoverflow-and-discord/
MartinZikmund on master
perf(iOSmacOS): Reduce nfloat /… Merge pull request #9151 from s… (compare)
jeromelaban on jela
jeromelaban on master
fix(rc): Adjust socket selectio… fix(rc): Adjust for faulted con… Merge pull request #9156 from u… (compare)
jeromelaban on master
fix(reg): Add missing WindowsAp… fix: Bump to WinAppSDK 1.1.0 chore: Bump Uno.Core.Extensions… and 1 more (compare)
jeromelaban on jela
jeromelaban on master
docs: Adjust for mesa installat… docs: Adjust for Windows SDKs i… docs: Adjust VS 2022 version nu… and 2 more (compare)
@xperiandri, I know plenty of apps that are configured this way. On my windows machine I have Spotify, MSI Afterburner, Logitech G Hub, and Mouse Without Borders which all use this approach.
The app I'm developing will not require a GUI 99% of the time. Only when configuration is needed, so I don't want it hogging up space as a window in the taskbar.
The main functionality of the app checks to see if a user defined keyboard combination is being held down, then communicates that to other connected clients which then simulate a completely different (or same) user defined keyboard combination being held down.
I'm developing the app to work with Windows first (I'm most familiar with it and have all the keyboard stuff already working), but would like to add Mac support later and possibly Linux support.
Since most of the keyboard functionality already requires low level OS specific code, I'm trying to minimize having to redo the UI for each platform as well.
Also I don't want to use WinUI because I don't want to limit my user base just to Windows 10 on Windows platforms.
I'm side loading my WINUI3 app into another machine and when I run it its telling me to install the ".NET5 Desktop Runtime" which makes sense.
Now I'm planning to upload it to the Microsoft Store and I'm wondering if the user will have to manually install it as well or if the msix installer will take care of this dependency