beginners

Anthony Franco 2026-04-30T18:10:31.757689Z

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

Anthony Franco 2026-05-01T20:36:09.924789Z

@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

djblue 2026-05-01T21:08:20.562089Z

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.

djblue 2026-05-01T04:50:56.774509Z

I think https://github.com/HumbleUI/HumbleUI might be of interest to you.