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.
- Host: GitHub
- URL: https://github.com/frostybee/fx-snowfall
- Owner: frostybee
- License: mit
- Created: 2023-11-13T06:05:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T05:44:03.000Z (over 1 year ago)
- Last Synced: 2025-04-12T21:14:43.033Z (2 months ago)
- Topics: javafx-animation, javafx-canvas, snowfall
- Language: Java
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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