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

https://github.com/daklassen/spacecraftui

Little (fun) project for learning the basics of JavaFX.
https://github.com/daklassen/spacecraftui

java javafx material-design

Last synced: 3 months ago
JSON representation

Little (fun) project for learning the basics of JavaFX.

Awesome Lists containing this project

README

          

## SpacecraftUI

Small (fun) project for learning the basics of JavaFX.

![screenshot](https://github.com/daklassen/spacecraftUI/blob/master/img/screenshot.png)

### Quickstart Intellij

Clone this repo:
```
git clone https://github.com/daklassen/spacecraftUI
```
Change the directory:
```
cd spacecraftUI
```
Build the Intellij project with gradle:
```
gradlew cleanidea idea
```
Now you can open the generated Intellij project and start working on the projekt.