JFoenix VS substrate

Compare JFoenix vs substrate and see what are their differences.

JFoenix

JavaFX Material Design Library (by sshahine)

substrate

Create native Java(FX) apps for desktop, mobile and embedded (by gluonhq)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
JFoenix substrate
2 6
6,237 366
- 1.9%
0.0 5.9
9 months ago 23 days ago
Java Java
MIT License GNU General Public License v3.0 only
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.

JFoenix

Posts with mentions or reviews of JFoenix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-30.

substrate

Posts with mentions or reviews of substrate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.
  • Building a Slack/Discord Alternative with Tauri/Rust
    8 projects | news.ycombinator.com | 20 Jun 2023
    Haha, it's amusing that the history essays are one of the things you remember :)

    Yes you can compile Scala and ScalaFX apps down to native binaries this way. Look at Gluon Substrate:

    https://github.com/gluonhq/substrate

    One of our customers is experimenting with shipping such apps with Conveyor. There's a discussion ongoing here:

    https://github.com/hydraulic-software/conveyor/discussions/6...

    We got a console hello world working, albeit the DX is a bit rough. You need some ugly config boilerplate and some additional Native Image json files. But, it works, at least enough to create a Mac package with the regular Conveyor feature set. There are some limits though. I think the WebView doesn't work when the app is natively compiled this way.

    If it all starts working well it could be quite interesting for desktop app development, as suddenly you could use high level languages and portable UI toolkits but with the sort of startup time, performance and memory usage you'd expect from native apps (modulo binary size which is still quite large). If you want to use HTML as the UI then you can use the Chromium Embedding Framework, which would give you an Electron-like experience but with many more available languages:

    https://hydraulic.dev/blog/13-deploying-apps-with-jcef.html

    I've been using JVM GUI for years for various tasks. It was appropriate for Bitcoin tasks because it's immune to injection attacks, because you can run everything locally with P2P protocols like the original Bitcoin app did, it's portable etc. Also I learned GUI programming decades ago and find classical UI toolkit concepts like VBox, HBox, StackPane, TableView etc more intuitive than HTML.

  • GraalVM Native Image — Faster, Smarter, Leaner
    6 projects | /r/java | 25 Apr 2023
    I ran into quite a few issues during Android/iOS development (e.g. java.util.prefs and GraalVM pulling in unused methods), but Windows was comparatively smooth. Most of my issues were related to understanding the toolchain,e.g., not knowing how arguments are passed to run.
  • Question on JavaFX web applications
    6 projects | /r/JavaFX | 1 Feb 2023
    With JavaFX and Gluon Substrate + GraalVM you can even compile you app to an executable.
  • What is your experience with GraalVM Native?
    5 projects | /r/java | 14 Jun 2022
    missing methods in Android library
  • How does Gluon's GraalVM based substrate work?
    3 projects | /r/java | 4 Sep 2021
    Hello, I've recently stumbled across this project from Gluon and I've been wondering for some days how the project actually works. I've read the source code, but it appears that no code is responsible for implementing the hundreds of classes that make up JavaFX. Does this mean that JavaFX can work out of the box on IOS and Android but there didn't use to be a way to compile the code to a native executable for said platforms? Thanks in advance

What are some alternatives?

When comparing JFoenix and substrate you can also consider the following projects:

MaterialFX - A library of material components for JavaFX

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

SporeModder-FX - The most advanced and modern Spore modding tool.

TestFX - Simple and clean testing for JavaFX.

youtube-comment-suite - Download YouTube comments from numerous videos, playlists, and channels for archiving, general search, and showing activity.

SpaceFX - Just a simple tiny space game written in JavaFX

phoenicis - Phoenicis PlayOnLinux and PlayOnMac 5 repository

RichTextFX - Rich-text area for JavaFX

JITWatch - Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

jfx - JavaFX mainline development

Recaf - The modern Java bytecode editor

scenebuilder - Scene Builder is a visual, drag 'n' drop, layout tool for designing JavaFX application user interfaces.