Hello,
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?