Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openjdk/jfx
JavaFX mainline development
https://github.com/openjdk/jfx
java javafx openjdk openjfx
Last synced: 7 days ago
JSON representation
JavaFX mainline development
- Host: GitHub
- URL: https://github.com/openjdk/jfx
- Owner: openjdk
- License: gpl-2.0
- Created: 2019-05-06T13:10:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T11:00:21.000Z (6 months ago)
- Last Synced: 2024-05-13T19:49:46.466Z (6 months ago)
- Topics: java, javafx, openjdk, openjfx
- Language: C++
- Homepage: https://openjdk.org/projects/openjfx/
- Size: 311 MB
- Stars: 2,550
- Watchers: 87
- Forks: 437
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- aboutfx - OpenJFX - jfx) initiative prior to that. (Pulse / Github)
README
# OpenJFX
OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. This is the open source project where we develop JavaFX.
OpenJFX is free software, licensed under [GPL v2 with the Classpath exception](LICENSE), just like the JDK. Anybody is welcome to contribute to this project, port it to other platforms or devices, or do anything else that a free software license allows you to do!
OpenJFX is a project under the charter of the OpenJDK. The [OpenJDK Bylaws](https://openjdk.org/bylaws) and [License](LICENSE) govern our work. The OpenJFX project membership can be found on the [OpenJDK Census](https://openjdk.org/census#openjfx). We welcome patches and involvement from individual contributors or companies. If this is your first time contributing to an OpenJDK project, you will need to review the rules on [becoming a Contributor](https://openjdk.org/bylaws#contributor), and sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com/) (OCA).
## Issue tracking
If you think you have found a bug in OpenJFX, first make sure that you are testing against the latest version - your issue may already have been fixed. If not, search our [issues list](https://bugs.openjdk.org/issues/?filter=39543) in the Java Bug System (JBS) in case a similar issue has already been opened. More information on where and how to report a bug can be found at [bugreport.java.com](https://bugreport.java.com/).
## Getting Started
For instructions on building JavaFX, see the [Building OpenJFX](https://wiki.openjdk.org/display/OpenJFX/Building+OpenJFX) Wiki page.
For information about downloading and using JavaFX, see the [JavaFX community site](https://openjfx.io/).
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.