Does this support native backends for mac linux and windows? #4815
-
Does this support native backends for mac linux and windows? I want to develop native cross platform apps on desktops and phone with xaml. I also want to support older versions of windows like windows 95 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes and yes - you can write both Win32 and UWP apps with WinUI 3
Not exactly - Uno uses Gtk as a host on Linux, but mainly as an app shell and for handling input - the rendering is all done with Skia
Yes, Uno for macOS uses Cocoa/AppKit as the graphical backend
Welcome! Take a look here to get started :)
The oldest Windows version supported 'out of the box' by Uno is Windows 7. You might be able to rig up something to support older versions using WebAssembly and a PWA/Electron-like approach, but I don't know if anyone's specifically investigated targeting Windows 95. |
Beta Was this translation helpful? Give feedback.
Yes and yes - you can write both Win32 and UWP apps with WinUI 3
Not exactly - Uno uses Gtk as a host on Linux, but mainly as an app shell and for handling input - the rendering is all done with Skia
Yes, Uno for macOS uses Cocoa/AppKit as the graphical backend
Welcome! Take a look here to get started :)
The oldest Windows version supported 'out of the box' by Uno is W…