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?
The text was updated successfully, but these errors were encountered:
@frmdstryr would know more about the cost of the RPC-like bridge.
I do not have the bandwidth to develop a new backend and it would be quite complicated too since I do not own a mac. As for the alternative backend developed by @frmdstryr this endeavor can be undertaken outside of enaml.
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?
The text was updated successfully, but these errors were encountered: