Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openjfx/openjfx.github.io
https://github.com/openjfx/openjfx.github.io
javafx tutorial
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/openjfx/openjfx.github.io
- Owner: openjfx
- Created: 2018-09-09T17:33:44.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-16T19:17:04.000Z (4 months ago)
- Last Synced: 2024-12-30T23:14:56.339Z (7 days ago)
- Topics: javafx, tutorial
- Language: HTML
- Homepage: https://openjfx.io
- Size: 14.9 MB
- Stars: 91
- Watchers: 10
- Forks: 23
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![OpenJFX logo](static/images/javafx-shadow.png)
# OpenJFX
OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java.
## Details
Repository for [https://openjfx.io](https://openjfx.io).
The repository has 2 branches:
* develop - contains hugo theme and static content which generates static HTML files using [HUGO](https://gohugo.io/) framework
* master - source code for website [https://openjfx.io](https://openjfx.io), generated from `develop` branch## Note
* All PRs should be raised against the `develop` branch.
* The source code for [Getting Started with JavaFX 11](https://openjfx.io/openjfx-docs/) resides in [openjfx/openjfx-docs](https://github.com/openjfx/openjfx-docs) repository.## For Developers:
You can test this website with the following statement: `hugo server`