From nimview, "Currently, the project is not in active development anymore. There is tauri (written in rust) that has similar goals and is much more advanced than nimview."
Rust has Tarui and Golang has Wails v2. Could we have something like that?
Update to my previous message, I was wrong. I misunderstood the goal of libraries like tauri, wails, nimview, webgui.
I though those framework would allow you to develop UI in Rust/Go/Nim with HTML/CSS. But as it turned out, it's not the case. The UI had to be in JS or compile-to-JS. You can't do UI in Rust/Go/Nim, you only can call Rust/Go/Nim code from your JS UI code.
For typical GUI App the code base would look like 95% in JS/Compile-to-JS and 5% in Rust/Go/Nim.
I'm not sure why you would want to use two languages, why you can't use just one language, and do the rest 5% code in same JS/Compile-to-JS as you use for the UI...