https://github.com/almasb/fxhub-data
Data repo for FXHub
https://github.com/almasb/fxhub-data
Last synced: 11 months ago
JSON representation
Data repo for FXHub
- Host: GitHub
- URL: https://github.com/almasb/fxhub-data
- Owner: AlmasB
- License: mit
- Created: 2020-12-06T08:42:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T17:19:52.000Z (over 5 years ago)
- Last Synced: 2025-06-01T16:18:50.766Z (about 1 year ago)
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FXHub-data
Data repo for [FXHub](https://github.com/AlmasB/FXHub).
If you'd like your project featured on FXHub, please create an issue with the following information:
## Full Example
```
# project title
title = Zephyria RPG
# project version
version = 0.1-SNAPSHOT
# short project description
description = A Kotlin RPG built with FXGL
# authors in CSV format
authors = Almas Baimagambetov
# tags in CSV format
tags = fxgl,zephyria,rpg
# project website, any website or github repo
website = https://github.com/AlmasB/Zephyria
# link to screenshot displaying app, leave empty if none
screenshot = https://raw.githubusercontent.com/AlmasB/git-server/master/storage/images/zephyria.png
# link to jlinked image for Windows in zip or .msi, produced by javafx-maven-plugin, leave empty if none
exeWindows = https://github.com/AlmasB/Zephyria/releases/download/0.1/zephyria-game.zip
# link to jlinked image for Linux in zip, produced by javafx-maven-plugin, leave empty if none
exeLinux =
# link to jlinked image for Mac in zip, produced by javafx-maven-plugin, leave empty if none
exeMac =
```
## Short Example
```
title = Zephyria RPG
version = 0.1-SNAPSHOT
description = A Kotlin RPG built with FXGL
authors = Almas Baimagambetov
tags = fxgl,zephyria,rpg
website = https://github.com/AlmasB/Zephyria
screenshot = https://raw.githubusercontent.com/AlmasB/git-server/master/storage/images/zephyria.png
exeWindows = https://github.com/AlmasB/Zephyria/releases/download/0.1/zephyria-game.zip
```