romgrk / node-gtk

GTK+ bindings for NodeJS (via GObject introspection)
MIT License
493 stars 41 forks source link

GTK4 in macOS doesn't show widgets #321

Open BrianValente opened 2 years ago

BrianValente commented 2 years ago

Hello! First of all, thanks for the project.

I'm having a problem in macOS. While using GTK4, widgets aren't showing up. Example:

image

GTK3 runs as expected. Do you know what could be the issue? I had to build node-gtk from source for Apple Silicon. Thank you!