NiGui for Nim : It works fine but does it compile statically (can I distribute an app based on Nim/NiGui without shipping external libs/dlls: (GTK+ etc.) and without the user having to install GTK or other extra dll)
I'm sorry for asking, but for what reason you can't open issues to ask in NiGui instead?
NiGui uses GTK on Linux yes, because that's installed on 99.999% of all desktop Linux installations. You don't have to ship your own GTK since your app will just use the ones from the distribution.
Thanks! it is not an issue. it works fine. It was a simple question. If I thought it was an issue, I would have opened one on Github (as I have often done).
:-)
Thanks!
All right.
Thanks!
The Nim code of NiGui is linked statically into the executable.
Backends: