https://github.com/sieep-coding/snow-simulation
Interactive GUI Snowfall Simulation Created in C & Raylib
https://github.com/sieep-coding/snow-simulation
c makefile raylib raylib-c
Last synced: 12 months ago
JSON representation
Interactive GUI Snowfall Simulation Created in C & Raylib
- Host: GitHub
- URL: https://github.com/sieep-coding/snow-simulation
- Owner: Sieep-Coding
- License: mit
- Created: 2024-04-24T14:14:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T23:07:59.000Z (over 1 year ago)
- Last Synced: 2025-03-25T00:19:46.706Z (over 1 year ago)
- Topics: c, makefile, raylib, raylib-c
- Language: C
- Homepage:
- Size: 14.8 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Relaxing Snow Simulation, using [raylib](https://www.raylib.com/)
This is a simple snow simulation application built using the Raylib library in C.
The application creates a relaxing snow effect with customizable snow color, drop size, and density.



> [!WARNING]
> Some features may not work correctly on Windows, WSL.
> Only tested on Linux Mint and Pop!_OS with GCC.
## Example Video - Last Updated on 12/7/2024

## Features
- Adjustable snow color
- Customizable snowdrop size
- Adjustable snow density
- Wind effect for realistic snow movement
- Toggle music created by me!
### Prerequisites
- C compiler (e.g., [GCC](https://gcc.gnu.org/))
- [Raylib library](https://www.raylib.com/)
- Linux