humbleui

lilactown 2022-11-27T17:11:06.821129Z

I'm getting passionate about trying to port some of the things I like about developing humbleui back into my clojurescript workflow

lilactown 2022-11-27T17:11:21.089399Z

the first thing: allowing me to float a window atop my editor!!

lilactown 2022-11-27T17:11:50.299799Z

after researching this, it seems like it's not really possible without installing other programs with dubious security & effectiveness

lilactown 2022-11-27T17:12:13.233559Z

I wonder if I could embed a chrome view inside of a humble window...

Niki 2022-11-27T21:44:28.710879Z

Theoretically. I know JetBrain folks are embedding CEF into their AWT apps

phronmophobic 2022-11-27T22:06:14.582699Z

It's possible, but probably less plug&play than you were looking for, https://github.com/phronmophobic/clj-cef. There's an example that uses skija+glfw that could be adapted to humbleui, https://github.com/phronmophobic/clj-cef/blob/main/examples/browser/src/clj_cef/browser.clj.