cobaltclaudia / nothingBurger

nothing for now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gluon - Single View

Gluon Applications are Java application written in JavaFX. These applications ensure that developers can create high performance, great looking, and cloud connected mobile apps from a single Java code base.

This sample contains a simple Gluon application which can be used to run, test and create a native application for any targeted device.

Pre-requisites

Please checkout the prerequisites to run this application here.

Instructions

Note: The following are command line instructions. For IDE specific instructions please checkout IDE section of the Gluon documentation.

These application can run on the JVM on desktop platforms. To run the application, execute the following command:

mvn gluonfx:run

The same application can also run natively for on any targeted OS, including Android, iOS, Linux, Mac and Windows.

To create a native image, execute the following command:

mvn gluonfx:build gluonfx:nativerun

Note: The above commands are target-platform dependent and might change depending on the platform. For more details, please check GluonFX Maven Goals.

Configuration

To configure the GluonFX plugin, please checkout the configuration documentation.

More information

Here are some helpful links:

About

nothing for now


Languages

Language:Java 100.0%