FXyz VS afterburner.fx

Compare FXyz vs afterburner.fx and see what are their differences.

FXyz

A JavaFX 3D Visualization and Component Library (by FXyz)

afterburner.fx

The Opinionated Un-Framework For Java FX Applications (by AdamBien)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
FXyz afterburner.fx
3 2
392 279
0.5% -
5.6 0.0
7 months ago 8 months ago
Mathematica Java
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.

FXyz

Posts with mentions or reviews of FXyz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-11.
  • Trinity, an AI / ML analysis tool processing and clustering COVID tissue samples
    4 projects | /r/JavaFX | 11 May 2023
    "and then a 3D line from there to the 3D sphere. " No, this line segment is also a 2D line. Actually its two lines of different colors, thickness and transparency which gives the illusion of 3D shading. I have a manager which reacts to any camera position/rotation changes by computing a transform of the 3D position of the sphere to a 2D point. The line segment's start x and y are bound to that 2D point. An example of how to do that same dynamic transform but with labels is in FXyz3d: https://github.com/FXyz/FXyz/blob/master/FXyz-Samples/src/main/java/org/fxyz3d/samples/utilities/FloatingLabels.java
  • Visualizing Robots with JavaFX
    4 projects | /r/JavaFX | 3 Mar 2022
    The CAD models are slightly simplified versions of our machining models and exported as OBJ. They are more complex and produce more artifacts than hand-crafted models, but with instance sharing it's no issue to display hundreds of actuators simultaneously. Most of the models are 1-10MB, but the Hexapod chassis at the end is an unmodified export with ~150MB. The models are loaded using the OBJ loader bundled with FXyz.
  • DevStream: Skybox in FXGL 3D
    1 project | /r/JavaFX | 16 Oct 2021

afterburner.fx

Posts with mentions or reviews of afterburner.fx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-15.
  • How to make cards UI in JavaFX?
    5 projects | /r/JavaFX | 15 Apr 2022
    You could handle the presentation aspects with a combination of FXML and controllers etc., or you could code the UI entirely in Java code using a kind of builder pattern described in the PragmaticCoding article I linked above. Another alternative is to use a framework like Afterburner.fx which uses it's own "convention over configuration" approach to building and structuring your presentation code.
  • Visualizing Robots with JavaFX
    4 projects | /r/JavaFX | 3 Mar 2022
    The complex views are all built in FXML + CSS, but some of the simple views like charts are created programmatically. Different parts of the UI communicate via injected state using afterburner.fx for DI. We haven't run into any performance issues with FXML.

What are some alternatives?

When comparing FXyz and afterburner.fx you can also consider the following projects:

AwesomeJavaFX - A curated list of awesome JavaFX libraries, books, frameworks, etc...

MaterialFX - A library of material components for JavaFX

ChartFx - A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.

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

rich-text-area

Recaf - The modern Java bytecode editor

CircleProgressIndicator

jabref - Graphical Java application for managing BibTeX and biblatex (.bib) databases

callouts

Disruptor - High Performance Inter-Thread Messaging Library

LitFX - Lightning and other animated light/particle effects that bolt on to a JavaFX 2D GUI.