The standard library documentation includes bindings to the IUP GUI library.
However, no direct downloads are provided, not is there any information on how to build a Nim IUP GUI application with IUP either statically or dynamically.
Are these bindings maintained?
Is IUP the official GUI library for Nim?
Well, I would say it is the awesome library but unfortunately it is not maintained for years.
But it may be downloaded and set up manually at https://github.com/nim-lang/iup.
It works perfect with Windows and Linux platforms, but I could not compile it on MacOS.
Note, that you will need to have dynamic libs, which are available at IUP web-site: https://www.tecgraf.puc-rio.br/iup/
Sorry for the rant.
Thanks for your replies.
Maybe IUP should be dropped from the standard library then?