progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
4.48k stars 147 forks source link

Request: add nib file example #91

Open programmingkidx opened 2 years ago

programmingkidx commented 2 years ago

Hi, I am wishing for a nib file example using Go. I think most people out there will be making their interface using Xcode rather than thru code, so this example could help a lot of people out.

progrium commented 10 months ago

I'd love it if somebody could add a dedicated example for this. The (currently broken) opengl example has the basic idea: https://github.com/progrium/macdriver/blob/main/macos/_examples/opengl/main.go#L78