What framework (if any) is humbeui using under the hood? (swing/javafx/etc.) ? I managed to get the samples working on GNU/Linux, but it was a bit of a hassle having been more familiar with lein and not knowing what clj/deps to do for initial setup
(although setup is as simple as clj -M:dev, may be worth mentioning in readme)
python launch scripts didn't work for me
Fixed
❯ ./script/run.py
Traceback (most recent call last):
File "/home/mcarter/software/HumbleUI/./script/run.py", line 2, in <module>
import build_utils, common, os, platform, subprocess, sys, test
ModuleNotFoundError: No module named 'test'this blog post goes into it's origins: https://tonsky.me/blog/clojure-ui/
tl;dr it is a new UI framework built on top of skia