Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannah/fxgl-test3
https://github.com/shannah/fxgl-test3
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shannah/fxgl-test3
- Owner: shannah
- Created: 2024-01-01T18:49:01.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-01T18:49:04.000Z (12 months ago)
- Last Synced: 2024-11-30T11:45:28.643Z (23 days ago)
- Language: Java
- Size: 991 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= FXGL using Maven/Gradle
This is an example of a basic Maven 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
```### Releases
This project will generate releases (desktop installers) automatically on each git commit. See https://www.jdeploy.com/docs/intellij-plugin-tutorial[this tutorial for details].
You can download releases at https://github.com/shannah/fxgl-test3/releases