humbleui

ahungry 2022-03-03T20:35:01.601159Z

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

ahungry 2022-03-03T20:37:31.428189Z

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

ahungry 2022-03-03T20:37:41.314609Z

python launch scripts didn't work for me

Niki 2022-03-03T22:48:06.622799Z

Fixed

👍 1
ahungry 2022-03-03T20:38:11.742939Z

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

lilactown 2022-03-03T20:39:13.270909Z

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

lilactown 2022-03-03T20:39:33.313399Z

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

👍 1