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
These days I'm developing Winit to improve experience in IME. And I have found current cocoa crate has many points to be improved.
I want to contribute this crate with adding some class or protocol which is still not to be implemented, like NSTextInputClient or etc.
But there are too many class and protocol to be implemented. That's why I propose cocoa crate should be structured to be scalable to implement more features.
And also I propose to add swiftui/ and uikit/.
This structure can endure other issues about SwiftUI.
How do you think about this ?
The text was updated successfully, but these errors were encountered:
In the future, directory structure should be like below:
But current cocoa dir structure is like below:
These days I'm developing Winit to improve experience in IME. And I have found current cocoa crate has many points to be improved.
I want to contribute this crate with adding some class or protocol which is still not to be implemented, like
NSTextInputClient
or etc.But there are too many class and protocol to be implemented. That's why I propose cocoa crate should be structured to be scalable to implement more features.
And also I propose to add
swiftui/
anduikit/
.This structure can endure other issues about SwiftUI.
How do you think about this ?
The text was updated successfully, but these errors were encountered: