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

https://github.com/almasb/fxhub

A PoC implementation of a hub for community-developed JavaFX apps and projects.
https://github.com/almasb/fxhub

hub javafx

Last synced: about 1 month ago
JSON representation

A PoC implementation of a hub for community-developed JavaFX apps and projects.

Awesome Lists containing this project

README

        

![promo](https://raw.githubusercontent.com/AlmasB/git-server/master/storage/images/fxhub.png)

# FXHub
A PoC implementation of a hub for community-developed JavaFX apps and projects.

## Data

Check the [FXHub-data](https://github.com/AlmasB/FXHub-data) repo for all data with links to your projects, where you can create an issue to include your own apps, games and libraries.

## Development

Currently in pre-alpha development phase. Run at your own risk.

You will need JDK11+:

### Build

```
mvn clean compile
```

### Run

```
mvn javafx:run
```