Relaxing Snow Simulation, using raylib
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 with GCC.
- Adjustable snow color
- Customizable snowdrop size
- Adjustable snow density
- Wind effect for realistic snow movement
- Toggle music created by me!
- C compiler (e.g., GCC)
- Raylib library
- Linux