I need GUI framework that based on nim(not FFI framework like qt and gtk)
I'm going to make some cross-platform apps(mainly used in linux) by nim. And first I try to use GTK. But GTK is hard to bind and it's not support as well as native. So I found fidget and nimx Is it good GUI framework?
Checkout my Figuro project: https://github.com/elcritch/figuro
It evolved from Fidget and fixes many of its limitations by supporting events and multithreading. There are only a handful of widgets so far, but you can make your own.