lukaskollmer / objc

🔮 NodeJS ↔ Objective-C bridge (experimental)
MIT License
98 stars 20 forks source link

Example of building an AppKit app, complete with UI and AppDelegate #43

Open shirakaba opened 1 year ago

shirakaba commented 1 year ago

Produces this window (note: the NSTextView colour scheme responds to light/dark mode).

image

For review: there were various symbols (which I've referred to in the comments) that I was unable to access, yet seemed to be totally accessible in the equivalent demo in NodObjc, so I wonder whether the runtime should refer to its approach to dynamically looking up symbols.