Default UI for Windows apps should be WinUI, not Win32 #3486
paulo-assoc
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Win32 is for old, classic desktop applications.
WinUI is the go-forward UI Library for modern Windows apps. It uses the Fluent Design System (same design language as modern Windows 11 apps).
Perry could depend on Windows Reactor, which is a UI library for Rust developers targeting WinUI. Take a look at this repo: https://github.com/microsoft/windows-rs
IMHO, there is no need to support Windows 7 and Windows 8 / 8.1, which have a tiny market share and are not even supported by Microsoft.
WinUI apps are the closest to iOS and Android apps in cross-platform look and feel. Please consider.
Below is screenshot of the Perry ToDo app compiled for Windows using Win32 -- The UI style looks forty years old:
Beta Was this translation helpful? Give feedback.
All reactions