Ask HN: Does Java need a modern Java UI toolkit for desktop/web?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. SnapKit

    A Java UI toolkit (by reportmill)

    If Java had a modern UI toolkit to create & run apps natively on the desktop and in the browser, could it rescue Java Client development?

    I've been working on SnapKit for several years (+) to rescue my apps from obscurity by deploying in the browser and it's gone reasonably well, so I'm wondering whether it could be more:

    GitHub: https://github.com/reportmill/SnapKit

    Demos: https://www.reportmill.com/snaptea/

    jeff

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. teavm

    Compiles Java bytecode to JavaScript, WebAssembly and C

    SnapKit is a huge framework with lots of functionality. One key part for the browser integration module (SnapTea) is TeaVM https://github.com/konsoletyper/teavm

    TeaVM converts Java code to run in the browser. It provides the ability to call JS functions to access browser feattures like canvas and XHR. However, unless you want to be coding like Vanilla JS, you'll want a framework on top. SnapKit provides that.

  4. Tokamak

    SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms

  5. HumbleUI

    Clojure Desktop UI framework

    Nikita Prokopov is developing Humble UI which is worth keeping a close eye on. (Yes, it's Clojure, but Java interop is bound to emerge if it builds up a critical mass and catches on.)

    https://github.com/HumbleUI/HumbleUI/

  6. tornadofx

    Discontinued Lightweight JavaFX Framework for Kotlin

  7. compose-multiplatform

    Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.

    https://github.com/JetBrains/compose-jb

    I've put a part of the sentence in quotes because actually they've written a new desktop backend based on skia for the already existing Android Compose UI API.

  8. cljfx

    Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame

    Super excited about this. I've been using cljfx (https://github.com/cljfx/cljfx) to build a few apps and it's so developer efficient.

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. tornadofx2

    TornadoFX 2.0

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JavaFX In Action with Daniel Zimmermann about JavaFX and Kotlin

    1 project | dev.to | 25 Jun 2024
  • Why was TornadoFX abandoned?

    1 project | /r/Kotlin | 6 Aug 2023
  • What library/framework would you recommend for creating a GUI desktop application?

    5 projects | /r/java | 30 May 2023
  • TornadoFX

    1 project | news.ycombinator.com | 22 Dec 2021
  • What is your take on the current state of JavaFX as a GUI library?

    6 projects | /r/java | 11 Dec 2021

Did you know that Kotlin is
the 16th most popular programming language
based on number of references?