|
|
|
|
|
by jwells89
1060 days ago
|
|
As I understand, Arc doesn’t use the UI framework that’s baked into Chromium and instead uses SwiftUI. To facilitate a Windows port, they’re building on existing community work to write a SwiftUI implementation for Windows. Following this if they were to port to Linux they’d probably write a GTK-based SwiftUI implementation, or if they wait for Swift C++ interop perhaps a Qt-based implementation. |
|
Can you expand on this? I haven't the foggiest idea how this would work in practice.