opal VS atlantafx

Compare opal vs atlantafx and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
opal atlantafx
18 15
53 659
- -
7.5 7.5
about 1 month ago 4 months ago
Java Java
GNU General Public License v3.0 only MIT License
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.

opal

Posts with mentions or reviews of opal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.

atlantafx

Posts with mentions or reviews of atlantafx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.
  • AtlantaFX 2.0 released
    1 project | /r/JavaFX | 31 May 2023
    The full changelog is here: https://github.com/mkpaz/atlantafx/releases/tag/v2.0.0
  • Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try.
    21 projects | /r/java | 27 May 2023
    AtlantaFX & CSSFX for styling in JavaFX
  • Win32 App Isolation
    4 projects | news.ycombinator.com | 24 May 2023
    JVM UI isn't so bad. I've written some pretty modern looking UI with it. The sophisticated controls are all there.

    Modern JavaFX theme: https://github.com/mkpaz/atlantafx

    Modern Swing theme: https://github.com/JFormDesigner/FlatLaf

    And these days Compose Multiplatform: https://www.jetbrains.com/lp/compose-multiplatform/

    I tend to use Kotlin rather than Java but of course Java is perfectly fine too. You can also use Clojure.

    If you use any of those frameworks you can distribute to Win/Mac/Linux in one command with Conveyor. It's free for open source apps and can do self-signing for Windows if you don't want to pay for the certificates or the Store (but the Store is super cheap these days, $19 one off payment for an individual). Also supports Electron and Flutter if you want to use those.

    From those frameworks you can then access whatever parts of the Windows API you want. Flutter even has WinRT bindings these days! So it's not quite so bad.

  • Podman Desktop 1.0
    4 projects | news.ycombinator.com | 23 May 2023
    Objectively by what measure?

    Bear in mind that there are alternatives: JavaFX and Compose for Desktop are the ones I know best. They can be used from high level and popular languages. JavaFX is particularly good for desktop apps and can be compiled down to purely native code that starts as fast as an app written in C++ (likewise for Compose but the experiments with that are newer).

    There are some downsides: fewer people know them than with HTML. There are a few tweaks like window styles on macOS it could use to be more modern. On the other hand, it's easy to learn and you benefit from a proper reactively bindable widget library, like table and tree views if you need those. For developer tools such widgets can be useful.

    There's a modern theme for JavaFX here:

    https://github.com/mkpaz/atlantafx

    CfD uses Material Design of course, but you can customize it.

    Having written desktop apps of varying complexity in all these frameworks, I can't say Electron is clearly superior. It is in some cases (e.g. if I was wanting to write a video conferencing app then it makes sense to re-use Google's investment into Hangouts/Meet for that), but it's also worse in some cases. For instance the multi-process model constantly gets in the way, but you can't disable it as otherwise XSS turns into RCE.

  • FlatLaf 3.1 (and 3.0) - Swing Look and Feel
    2 projects | /r/java | 24 Apr 2023
  • A new connection manager and remote file explorer created with Java(FX) - X-Pipe Status Update
    5 projects | /r/java | 29 Mar 2023
    The JavaFX styling was completely switched to AtlantaFX in order to achieve the best possible look. This library is honestly the best that you can get if you want your application to have a good and uniform look + dark mode support that doesn't look like we are in the year 2010:
  • New AtlantaFX themes
    1 project | /r/JavaFX | 18 Feb 2023
    I was really inspired of Dracula color palette, so I decided to spend some time to create a couple of new themes for AtlantaFX. They still need some polishing, but now the project supports 7 themes in total. Here's some preview of Dracula theme and the new classic tab style.
  • Migrating a JavaFX app to AtlantaFX themes
    2 projects | /r/java | 11 Feb 2023
    The video shows different screens of a JavaFX app before and after migrating from a custom styling (left) to AtlantaFX themes (right). In the first step we were primarily focused on colors/borders and dark mode, so many of the controls are still based on JFoenix (obsolete) and will be migrated in the next step.
  • Is JavaFX a viable solution for this project?
    1 project | /r/JavaFX | 18 Jan 2023
    That said if you like Java and feel productive you absolutely can use it to build great desktop apps. Check out https://github.com/mkpaz/atlantafx for great modern look and feel. Lots of other great resources.
  • Dark mode for JavaFX/Swing is out! please leave a star if you like it!
    4 projects | /r/java | 16 Dec 2022
    Technically, it's not a theme, because it works on top of Modena, you only recolored some controls. Check AtlantaFX, it supports all JavaFX controls. You can even compile your own theme from it.

What are some alternatives?

When comparing opal and atlantafx you can also consider the following projects:

badass-jlink-plugin - Create a custom runtime image of your modular application

instancio - A library that creates fully populated objects for your unit tests.

installmation - Creates Cross Platform Java Application Installers via Graphical User Interface

FlatLaf - FlatLaf - Swing Look and Feel (with Darcula/IntelliJ themes support)

JavaPackager - :package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.

JavaFX-Dark-Theme - A complete CSS stylesheet to set a dark theme in your JavaFX UI.

javafx-gradle-plugin - Gradle plugin that makes it easy to work with JavaFX 11+

flexmark-java - CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.

Calculator-FX - A scientific calculator, capstone, and passion project made in JavaFX

Recaf - The modern Java bytecode editor

LogFX - LogFX is a simple Log reader supporting color highlighting and able to handle giant files.

litefs - FUSE-based file system for replicating SQLite databases across a cluster of machines