Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sieep-coding/snow-simulation
Interactive Snowfall Simulation Created in C & Raylib
https://github.com/sieep-coding/snow-simulation
c makefile raylib raylib-c
Last synced: about 2 months ago
JSON representation
Interactive Snowfall Simulation Created in C & Raylib
- Host: GitHub
- URL: https://github.com/sieep-coding/snow-simulation
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-04-24T14:14:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-28T20:15:10.000Z (5 months ago)
- Last Synced: 2024-07-28T21:28:40.898Z (5 months ago)
- Topics: c, makefile, raylib, raylib-c
- Language: C
- Homepage:
- Size: 3.71 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Example Video - Last Updated on 5/14/2024
![](https://github.com/Sieep-Coding/snow-simulation/blob/master/snow.gif)
## 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.
## Features
- Adjustable snow color
- Customizable snowdrop size
- Adjustable snow density
- Wind effect for realistic snow movement### Prerequisites
- C compiler (e.g., GCC)
- Raylib library
- Linux