Java Javafx

Open-source Java projects categorized as Javafx

Top 23 Java Javafx Projects

  • HMCL

    A Minecraft Launcher which is multi-functional, cross-platform and popular

  • Project mention: Custom Minecraft Classic client written from scratch in C | news.ycombinator.com | 2023-09-14
  • JFoenix

    JavaFX Material Design Library

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Recaf

    The modern Java bytecode editor

  • FXGL

    Java / JavaFX / Kotlin Game Library (Engine)

  • Project mention: FLaNK 04 March 2024 | dev.to | 2024-03-04
  • jabref

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

  • pdfsam

    PDFsam, a desktop application to split, merge, mix, rotate PDF files and extract pages

  • Project mention: pdfsam VS cpdf-binaries - a user suggested alternative | libhunt.com/r/pdfsam | 2023-08-18
  • JITWatch

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

  • Project mention: It's 2023, so of course I'm learning Common Lisp | news.ycombinator.com | 2023-07-26

    You can kind of do the same as DISASSEMBLE in Clojure.

    There are some helper projects like https://github.com/Bronsa/tools.decompiler, and on the OpenJDK JitWatch (https://github.com/AdoptOpenJDK/jitwatch), other JVMs have similar tools as well.

    It isn't as straightforward as in Lisp, but it is nonetheless doable.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mcaselector

    A tool to select chunks from Minecraft worlds for deletion or export.

  • Project mention: I need a minecraft magician to help me retrieve my world. I clearly fucked up real bad when my PC crashed mid project. It was about 12 hrs+ of work on a massive build | /r/Minecraft | 2023-12-08

    I'm going to guess there's no backup but it might still be possible to salvage. Based on the error, at least two chunks have malformed data that can't be decompressed. The first thing to try would be to attempt to open the world with MCA Selector. If it can identify and cope with the bad chunks, you can delete them and get back into the world.

  • Speedment

    Speedment is a Stream ORM Java Toolkit and Runtime

  • AsciidocFX

    Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)

  • xpipe

    Your entire server infrastructure at your fingertips

  • Project mention: XPipe: Entire server infrastructure at your fingertips | news.ycombinator.com | 2024-03-20
  • blobsaver

    A cross-platform GUI and CLI app for automatically saving SHSH blobs

  • Project mention: Dump iPhone 5 blobs on iOS 7? [question] | /r/LegacyJailbreak | 2023-06-11

    Iirc it does it through recovery, I know this does it through DFU and you should be able to bypass the passcode!

  • controlsfx

    High quality UI controls to complement the core JavaFX distribution

  • Project mention: Having problems with SVGs in JavaFX | /r/JavaFX | 2023-06-23
  • TilesFX

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

  • RichTextFX

    Rich-text area for JavaFX

  • Project mention: Are We Out of Luck for Rich Text Editing? | /r/Kotlin | 2023-07-10

    RichTextFX isn't great -- documentation is generally unhelpful and not much development lately. I've also found bugs in the component and figuring my way around internals is hard for a new-ish Kotlin dev.

  • JFreeChart

    A 2D chart library for Java applications (JavaFX, Swing or server-side).

  • Project mention: LLM Based Input Space Partitioning Testing for Library APIs (a.k.a. Bogus CVEs) | news.ycombinator.com | 2024-05-02
  • MaterialFX

    A library of material components for JavaFX

  • Project mention: RecyclerView + Glide alternatives? | /r/JavaFX | 2023-07-10

    You can have a look at the VirtualizedFX which is a virtual flow that is written from scratch and inspired by Flowless. The author Palexdev (I think the person is on reddit), took inspiration from Flowless, and has documented the code quite well. You can have a look and also implement a virtual grid with it such as a GridView. Honestly, I tried making my virtual flow, that is simple with a few classes as possible (with adequate success), and the inspiration came from it. The VirtualizedFX has now been incorporated in MaterialFX which is another main project by the same author.

  • TestFX

    Simple and clean testing for JavaFX.

  • XR3Player

    🎧 🎼 The MOST ADVANCED JavaFX Media Player

  • scenebuilder

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

  • medusa

    A JavaFX library for Gauges (by HanSolo)

  • Project mention: How to use the JavaFX library Medusa to display weather data | dev.to | 2023-08-25

    That's when I came across Medusa, a JavaFX library for Gauges.

  • phoenicis

    Phoenicis PlayOnLinux and PlayOnMac 5 repository

  • Project mention: Phoenicis PlayOnLinux and PlayOnMac 5 | news.ycombinator.com | 2024-01-21
  • atlantafx

    Modern JavaFX CSS theme collection with additional controls.

  • Project mention: AtlantaFX 2.0 released | /r/JavaFX | 2023-05-31

    The full changelog is here: https://github.com/mkpaz/atlantafx/releases/tag/v2.0.0

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java Javafx related posts

  • Book review - Frontend Development with JavaFX and Kotlin

    2 projects | dev.to | 6 May 2024
  • Ask HN: Best stack for building a desktop app?

    5 projects | news.ycombinator.com | 1 May 2024
  • XPipe: Entire server infrastructure at your fingertips

    1 project | news.ycombinator.com | 20 Mar 2024
  • XPipe: A connection hub for modern server infrastructure

    1 project | news.ycombinator.com | 15 Mar 2024
  • Phoenicis PlayOnLinux and PlayOnMac 5

    1 project | news.ycombinator.com | 21 Jan 2024
  • FFM (Foreign Function and Memory API) Goes Final

    3 projects | news.ycombinator.com | 10 Dec 2023
  • NoClassDefFoundError while trying to run javafx programs made with maven.

    2 projects | /r/javahelp | 8 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Javafx projects in Java? This list will help you:

Project Stars
1 HMCL 6,323
2 JFoenix 6,250
3 Recaf 5,574
4 FXGL 4,171
5 jabref 3,396
6 pdfsam 3,102
7 JITWatch 3,015
8 mcaselector 2,889
9 Speedment 2,080
10 AsciidocFX 1,841
11 xpipe 1,731
12 blobsaver 1,683
13 controlsfx 1,498
14 TilesFX 1,382
15 RichTextFX 1,176
16 JFreeChart 1,155
17 MaterialFX 1,094
18 TestFX 899
19 XR3Player 702
20 scenebuilder 697
21 medusa 677
22 phoenicis 666
23 atlantafx 671

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com