An evolving collection of creative coding experiments — fireworks, flowers, and poetic visuals in Python.
Where code blossoms into motion.
Fireworks in Bloom
A generative art experiment built with Python + Pygame, simulating synchronized firework bursts with particle trails and fading effects.
Mathematical Rose
A 3D mathematical rose generated using NumPy + Matplotlib, inspired by parametric surfaces and mathematical art.
- 🎇 Synchronized firework bursts
- 🎨 Color fading and particle trail effects
- 🌹 Mathematical generative art
- ⚡ Modular package structure
- 🌙 Smooth animation rendering
- 🌸 Designed for extensibility (flowers & future visual experiments)
- Python 3.12+
- Pygame
- NumPy
- Matplotlib
- uv (modern Python package manager)
uv venv
source .venv/bin/activate
uv sync▶ Run the Demos
Fireworks
uv run python examples/fireworks_show.pyRose Visualization
uv run python examples/rose_show.py🌸 Built with curiosity, mathematics, and a bit of poetry.

