Settings

Theme

Show HN: MetalShell – Build GUIs for JVM Apps with HTML, CSS and JavaScript

github.com

3 points by struppi · 8 comments

Reader

3 threads
zubnix

How is this different (functionally) than say https://www.dukescript.com/ ?

  • struppiOP

    I think the biggest difference is that I am using the chromium embedded framework (java-cef), so you get e.g. the chrome debugger for debugging your HTML/CSS/JavaScript.

    My goal was to use java-cef, but hide all the weirdness.

    Also, there's no pre-defined data binding, so a bit less opinionated in this case.

  • duiker101

    For one, I guess, the price tag.

gitgud

Nice, I especially appreciate all the examples in the Readme.

Would this be anymore performant than electron? Or smaller binary sizes? etc...

  • struppiOP

    Thanks.

    More performant? Maybe - at least multithreading, fork/join, ... would be easier.

    Smaller binaries? No, probably even larger, since the chromium embedded framework (CEF) is biiig. But it would probably be possible to add other HTML renderers later (i.e. CEF during development b/c of the excellent debugging features, JavaFX WebView later).

    It would make most sense when you either need multi-threading or have existing Java libraries/code you want to re-use or have mostly Java developers...

IloveHN84

The point Is: how do you redistribute them to other platforms (ARM)? And what about Windows/Linux/MacOS compatibility?

  • struppiOP

    As-is, it would only work on platforms where java-cef (the chromium embedded framework) works.

    But one could probably add other HTML renderers too (Android, JavaFX WebView, ...).

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection