An open API service indexing awesome lists of open source software.

https://github.com/almasb/fxgl-mavengradle

A template project for FXGL games using Maven and Gradle.
https://github.com/almasb/fxgl-mavengradle

fxgl fxgl-games gradle java maven

Last synced: 4 months ago
JSON representation

A template project for FXGL games using Maven and Gradle.

Awesome Lists containing this project

README

          

## FXGL using Maven/Gradle

This is an example of a basic Maven / Gradle configuration for creating FXGL games on Java 17+ using Java and/or Kotlin.

For actual game examples, please see [FXGLGames](https://github.com/AlmasB/FXGLGames).

You may wish to update the FXGL version to [latest](https://github.com/AlmasB/FXGL#maven).

### Run via Maven

```
mvn javafx:run
```

### Run via Gradle

```
./gradlew run
```