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

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

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
```