You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if it would be possibile to use Enaml directly against AppKit (macOS only)
I cannot find any documentation on how to integrate (or create) a new backend.
It seems that enaml-native use UIKit backend for iOS, but it uses a RPC-like bridge. Would it be better to use PyObjC for desktop apps?