ncruces / zenity

Zenity dialogs for Golang, Windows, macOS
https://pkg.go.dev/github.com/ncruces/zenity
MIT License
736 stars 37 forks source link

Crystal wrapper #96

Closed kojix2 closed 7 months ago

kojix2 commented 7 months ago

Hi @ncruces

I made a very simple tool for Zenity with the Crystal language. (It just runs Zenity commands.)

https://github.com/kojix2/zenity.cr

Crystal is a new language. Windows support for Crystal just started. Calling C library functions from Crystal in Windows is not yet easy. Because of this, it's hard to use existing GUI frameworks.

In this situation, I think this tool, which makes dialog boxes easily on Windows, could be very helpful. Your work can help people using new languages like Crystal to make simple GUIs for Windows.

Please keep up the good work. Thanks.

ncruces commented 7 months ago

Thanks! See the README now!