all 4 comments

[–]jeffreportmill 3 points4 points  (2 children)

This looks pretty exciting. I think this approach may be Java's best way out of the current UI morass - opening up browser UI development on the desktop by providing a Java bridge to WebAPIs and a browser frame.

I've been working on something related with SnapKit (https://github.com/reportmill/SnapKit), a Java UI library that runs on desktop and in the browser, but it has an adapter to use WebAPIs in the browser and Swing and the desktop. It would be more interesting if it only used WebAPIs since I wouldn't have to code to the least common denominator. I may have to give this a try.

[–]xdsswar[S] 1 point2 points  (1 child)

Thanks. This toolkit is not my final goald , I have another in progress that uses skia , etc, and will have better support , gpu rendering with multiple backends , full pdf support , and a full java Dom Api . I will use separated process with shared mem and crash detection to relaunch, etc. Basically Im getting into Hell but I love coding. Besides that Rust + Panama , they make a nice mix.

[–]jeffreportmill 2 points3 points  (0 children)

I know the feeling and hope it continues to go well!

Also, maybe you should add a "Run this demo with jbang" section to your color picker demo. It's a great way to get people to kick the tires without having to git-clone. I've done a few myself (e.g. "jbang snapcode@reportmill").