jfx VS openjdk-jfx

Compare jfx vs openjdk-jfx and see what are their differences.

openjdk-jfx

The openjfx repo has moved to: (by javafxports)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jfx openjdk-jfx
31 5
2,518 1,044
2.2% -
9.0 0.0
4 days ago about 3 years ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jfx

Posts with mentions or reviews of jfx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-15.
  • Release Notes for JavaFX 22
    1 project | news.ycombinator.com | 17 Mar 2024
  • New JavaFX Community
    2 projects | /r/JavaFX | 15 Jul 2023
    **Useful resources** _([Full list](/r/JavaFX/wiki/resources))_ * [OpenJFX.io](https://openjfx.io/) * [JavaFX source](https://github.com/openjdk/jfx/) * [JavaFX bugtracker](https://bugs.openjdk.java.net/browse/JDK-8146386?jql=project%20%3D%20JDK%20AND%20component%20%3D%20javafx) * [JFX-Central](https://www.jfx-central.com/) [**Rules**](/r/JavaFX/about/rules/) 1. No NSFW/NSFL content 2. No service requests/offers 3. Must be JavaFX related 3. No politics **Related subreddits** - [/r/java](/r/java) - [/r/javahelp](/r/javahelp) **Other communities** - [JavaFX on Discord](https://discord.gg/yZ3Y3Fd) - [JavaFX on programming.dev](https://programming.dev/c/javafx)
  • How to add transition for CSS?
    1 project | /r/JavaFX | 3 Jun 2023
  • JavaFX links of the week for March 18th-24th 2023
    1 project | /r/JavaFX | 24 Mar 2023
    Important message in the release notes: "JavaFX 20 is compiled with --release 17 and thus requires JDK 17 or later in order to run. If you attempt to run with an older JDK, the Java launcher will exit with an error message indicating that the javafx.base module cannot be read."
  • Release Notes for JavaFX 20
    1 project | news.ycombinator.com | 23 Mar 2023
  • JavaFX 20 General-Availability Release
    1 project | news.ycombinator.com | 21 Mar 2023
  • Is this UI doable with only Java Swing?
    1 project | /r/PinoyProgrammer | 22 Dec 2022
    GitHub
  • Compile javafx jar
    1 project | /r/JavaFX | 12 Oct 2022
    JavaFX 17 requires at JDK 11 or later (release notes), so the short answer is that you can't do this.
  • WebFX - A JavaFX to JavaScript application transpiler. Write your WebApp in JavaFX and WebFX will transpile it in pure JS.
    3 projects | /r/coolgithubprojects | 8 Oct 2022
    JavaFX has been open-sourced after Oracle dropped it, and it's still in active development (they just released version 19 a month ago, see https://openjfx.io and https://github.com/openjdk/jfx). Also Gluon (https://gluonhq.com) made the toolchain to compile it into native apps for Linux, macOS, Windows, Android & iOS. So with now WebFX compiling it to the web, you get a fully cross-platform UI toolkit that lets you target all major platforms (Desktops, Web, Tablets & Mobiles) from a single Java code base. That's why I think it is interesting, especially for Java developers.
  • JavaFX links of the week as posted on jfx-central.com
    4 projects | /r/JavaFX | 13 Sep 2022
    On the JavaFX mailinglist this thrilling message appeared: "Create release notes for JavaFX 19." And yes, they are available now on GitHub! If you want to keep following what’s happening inside the JavaFX community, you can suscribe to it via mail.openjdk.org/mailman/listinfo/openjfx-dev. As with previous releases, the JavaFX community once again succeeded in keeping the 6-months release cycle going on, with a long list of improvements and fixes!

openjdk-jfx

Posts with mentions or reviews of openjdk-jfx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-03.
  • JavaFX for free software development
    2 projects | /r/JavaFX | 3 Jun 2023
    Checking this out: the big new thing in Java 9 was modules. These are implemented using module-info.java source files that contain the module definitions.The oldest source code for JavaFX that I have been able to find is version 11 here and it contains multiple module-info.java files. Clearly it expects Version 9 module support.
  • Drop down menus in Java Applications do not work (DWM, Arch Linux)
    2 projects | /r/suckless | 24 Aug 2022
    Unrelated but https://github.com/javafxports/openjdk-jfx/issues/217 shows that you can pass in the GTK version to use by passing e.g. -Djdk.gtk.version=2 to java.
  • JavaFX 11 app built with jlink does not run on Windows
    1 project | /r/JavaFX | 2 Dec 2021
  • Developer preview for JavaFX inside a web browser
    6 projects | /r/java | 1 Oct 2021
    Nothing against the developers but JavaFx development definitely hasn't set their priorities right. It seems to be all about gamey stuff which makes nice blog posts, but I'd bet that 95% of deployment is in the business app sector. And UI elements there aren't well supported. Let's talk about the very core of every business app, the TableView which in comparison to JTable shows catastrophic performance problems, and tickets filed against ist live forever. Examples: * https://github.com/javafxports/openjdk-jfx/issues/409 * https://github.com/javafxports/openjdk-jfx/issues/481
  • The Arduino IDE 2.0 (beta)
    3 projects | news.ycombinator.com | 11 May 2021
    JavaFX's font rendering is busted on macOS since 2018:

    https://github.com/javafxports/openjdk-jfx/issues/229#issuec...

What are some alternatives?

When comparing jfx and openjdk-jfx you can also consider the following projects:

controlsfx - High quality UI controls to complement the core JavaFX distribution

theia - Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

TilesFX - A JavaFX library containing tiles that can be used for dashboards.

webfx - A JavaFX application transpiler. Write your Web Application in JavaFX and WebFX will transpile it in pure JS.

arduino-cli - Arduino command line tool

jreleaser - :rocket: Release projects quickly and easily with JReleaser

webfx - WebFX runs FXML and Javascript based JavaFX applications remotely

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

JDK - JDK main-line development https://openjdk.org/projects/jdk

FXGL - Java / JavaFX / Kotlin Game Library (Engine)

scalaonandroid - A tutorial and examples of how to write Android apps in Scala 2.13 and Scala 3.