What's a good way to work with web-style desktop GUI’s in Clojure or a dialect? Something that allows HTML and CSS to be the layout DSL, whether through web view officially or not
@djblue I do personally like that, but I was hoping to use a web view so that someone learning HTML/CSS at the same time could find it useful
If you are looking specifically for a webview via the JVM, I've seen https://github.com/lukaszkorecki/portal.browser.cljfx/blob/main/src/portal/browse/cljfx.clj for setting one up.
I think https://github.com/HumbleUI/HumbleUI might be of interest to you.