An evolving collection of creative coding experiments — fireworks, flowers, and poetic visuals in Python.
Where code blossoms into motion.
A generative art experiment built with Python + Pygame, simulating synchronized firework bursts with particle trails and fading effects.
- 🎇 Synchronized firework bursts
- 🎨 Color fading and particle trail effects
- ⚡ Modular package structure
- 🌙 Smooth animation loop with event-based spawning
- 🌸 Designed for extensibility (flowers & future visual experiments)
- Python 3.12+
- Pygame
- uv (modern Python package manager)
uv venv
source .venv/bin/activate
uv sync▶ Run the Fireworks Demo
uv run python examples/fireworks_show.py