Skip to content

mzums/generative_art

Repository files navigation

SNOWFLAKE

alt text

A visual generator that creates a detailed, symmetric snowflake and a procedurally generated background.
Build with Python using the Pygame library..
The program opens a pygame window when you run it..

Dependencies

  • Python 3.8+
  • Pygame – window handling, event management, and 2D rendering.
  • Math – trigonometric calculations (sin, cos, square roots).
  • Random – procedural background generation.

Get the binary

https://github.com/mzums/generative_art/releases/tag/test

Download the snowflake file and run it on your computer (it's a linux binary)

You may have to change the file's permissions.

chmod +x snowflake
./snowflakee

Installation

1. Clone the repo

git clone https://github.com/your-username/snowflake.git

cd snowflake

2. Install Pygame

pip install pygame

3. Run the script

python snowflake.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

No packages published

Languages