Just found on Hackernews FrameOS https://frameos.net/, an interesting project written in Nim!
As I have not found any reference here in the forum I am posting the link (I am not involved in any way).
It's kind of wild that this guy seemingly started using nim around 3 weeks ago. And he just hit the ground running.
That seems nuts to me.
Hey, author of FrameOS here. Happy to take any questions :).
Nim has been a joy to use so far. And oh wow, it's been 3 weeks already? :D
The GUI conversion is done in a python/flask backend. It just outputs a generated scene.nim file. Here's an example: https://github.com/FrameOS/frameos/blob/main/frameos/src/scenes/default.nim
You said it correctly. It's the joy.
It's addictive.