treeform / windy

Windowing library for Nim using OS native APIs.
MIT License
117 stars 16 forks source link

Make macOS internal utilities on a library on its own #111

Open kunitoki opened 1 year ago

kunitoki commented 1 year ago

I've seen that there are several nice utilities to compose objc classes and bootstrap delegates in the windy internals for macOS. Is it possible to make a separate library in order to use those in other projects ? I'm currently trying to work with Metal directly from nim and some of those classes / methods would come in handy (and don't want to duplicate them in my project).

Btw suggestion for the name: objetty 😄