Kaimen is a Java app framework with webviews (similar to electron). Kaimen has a rich IPC framework that allows for seamless Java <-> JavaScript communication. It's minimalistic and easy to use, with it's own bundling program for binaries for end-users.
Caffeinated is a tool suite for live-streamers (made by us :D ).
It uses SvelteKit for it's UI and Kaimen for the webview. You can find it here.
- You cannot use Swing, AWT, or JavaFX on macOS due to how macOS handles UI threads (Not while the main thread is being used for a Webview).
- You cannot open more than one webview at a time on macOS or while using the (unsupported) webview project implementation.
- Readme
- Some usage docs
- A better example project