Fork me on GitHub
#humbleui
<
2022-03-03
>
ahungry20:03:01

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

ahungry20:03:31

(although setup is as simple as clj -M:dev, may be worth mentioning in readme)

ahungry20:03:41

python launch scripts didn't work for me

Niki22:03:06

Fixed

👍 1
ahungry20:03:11

❯ ./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'

lilactown20:03:13

this blog post goes into it's origins: https://tonsky.me/blog/clojure-ui/

lilactown20:03:33

tl;dr it is a new UI framework built on top of skia

👍 1