Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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