Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 731 Bytes

snow-simulation

Example Video - Last Updated on 12/7/2024

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