Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinayagarwal/my-gluon-application
https://github.com/abhinayagarwal/my-gluon-application
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhinayagarwal/my-gluon-application
- Owner: abhinayagarwal
- Created: 2021-06-18T03:06:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T07:13:12.000Z (over 3 years ago)
- Last Synced: 2024-10-31T15:47:54.861Z (3 months ago)
- Language: Java
- Size: 473 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Gluon Application
This Gluon sample was generated from https://start.gluon.io
## Basic Requirements
A list of the basic requirements can be found online in the [Gluon documentation](https://docs.gluonhq.com/#_requirements).
## Quick instructions
### Run the sample
mvn javafx:run
### Run the sample as a native image
mvn gluonfx:build gluonfx:nativerun
### Run the sample as a native android image
mvn -Pandroid gluonfx:build gluonfx:package gluonfx:install gluonfx:nativerun
### Run the sample as a native iOS image
mvn -Pios gluonfx:build gluonfx:package gluonfx:install gluonfx:nativerun
## Selected features
This is a list of all the features that were selected when creating the sample:
### JavaFX 16 Modules
- javafx-base
- javafx-graphics
- javafx-controls
- javafx-fxml
- javafx-swing
- javafx-web
- javafx-media### Gluon Features
- Glisten: build platform independent user interfaces
- Connect: load data resources
- Maps: cross-device map interfacing
- Attach display
- Attach lifecycle
- Attach statusbar
- Attach storage