OpenSwiftUIProject / OpenSwiftUI

[WIP] Open source implementation of Apple's SwiftUI.

Home Page:https://swiftpackageindex.com/OpenSwiftUIProject/OpenSwiftUI/main/documentation/openswiftui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add other backend UI framework on non-Darwin platform

Kyle-Ye opened this issue · comments

commented

Will work on this when basic UIView/NSView support is ready.

I wonder if it's possible to use the WinUI infra as the backend on Windows platform.

commented

I wonder if it's possible to use the WinUI infra as the backend on Windows platform.

Theoretically, it is possible. Recently, I have started to add some platform-related code (UIView/NSView) and rendering layer things.

If you are interested you are welcome to contribute platform code on the WinUI layer later.

commented

https://github.com/microsoft/WinObjC.git

There is a WinObjC project which provide UIKit compatible API on Windows too.

IIUC that framework is basically obsolete, it's a pretty good reference though.