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

https://github.com/frostybee/fx-snowfall

A JavaFX snowfall simulation app.
https://github.com/frostybee/fx-snowfall

javafx-animation javafx-canvas snowfall

Last synced: 2 months ago
JSON representation

A JavaFX snowfall simulation app.

Awesome Lists containing this project

README

        

# Snowfall Simulation

An application that simulates a snowstorm written in JavaFX.

## How to Run the Application

1. Clone this repository
2. Open the project in your preferred IDE
3. **Or** run the following command on Windows

```bash
gradlew run
```
On Linux/Mac

```bash
./gradlew run
```

## Demo

![alt](screenshots/simulation.gif)

## License

This project is licensed under the MIT License - see [LICENSE](LICENSE) file for details.