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.
- Host: GitHub
- URL: https://github.com/almasb/fxhub
- Owner: AlmasB
- License: mit
- Created: 2020-12-05T14:05:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T21:14:42.000Z (over 4 years ago)
- Last Synced: 2025-03-19T09:14:22.640Z (about 1 month ago)
- Topics: hub, javafx
- Language: Java
- Homepage:
- Size: 163 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

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