Fork me on GitHub
#humbleui
<
2022-11-27
>
lilactown17:11:06

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

lilactown17:11:21

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

lilactown17:11:50

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

lilactown17:11:13

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

Niki21:11:28

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

phronmophobic22:11:14

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.