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..
- Python 3.8+
- Pygame – window handling, event management, and 2D rendering.
- Math – trigonometric calculations (sin, cos, square roots).
- Random – procedural background generation.
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
./snowflakeegit clone https://github.com/your-username/snowflake.git
cd snowflakepip install pygamepython snowflake.py