An open API service indexing awesome lists of open source software.

https://github.com/monteirooscar98/flower-of-life

This repository contains a Python implementation of the Flower of Life, a geometric pattern composed of overlapping circles, often associated with sacred geometry. Using Matplotlib and NumPy, this script generates and visualizes the pattern in a hexagonal grid format.
https://github.com/monteirooscar98/flower-of-life

art flower-of-life geometry matplotlib python

Last synced: 2 months ago
JSON representation

This repository contains a Python implementation of the Flower of Life, a geometric pattern composed of overlapping circles, often associated with sacred geometry. Using Matplotlib and NumPy, this script generates and visualizes the pattern in a hexagonal grid format.

Awesome Lists containing this project

README

          

# Flower of Life - Python Visualization

This repository contains a Python implementation of the **Flower of Life**, a beautiful and intricate geometric pattern made of overlapping circles. Using **Matplotlib** and **NumPy**, we generate, visualize, and animate the pattern in a structured hexagonal grid.

## Features

- 📏 **Mathematical Accuracy** – Uses hexagonal tiling to accurately replicate the Flower of Life.
- 🎨 **Customizable Parameters** – Adjust the number of circles (`n`) and radius to explore variations.
- 📊 **Matplotlib Visualization** – Generates clear, structured plots for geometric exploration.
- 🎥 **Animated Drawing** – Watch the Flower of Life come to life with smooth circle-by-circle animation.
- 🚀 **Fun & Educational** – Great for learning about geometry, patterns, and Python visualization.

## Preview
![Flower of Life Example](https://github.com/MonteiroOscar98/flower-of-life/blob/main/floweroflife.png?raw=true)
### Animated Drawing
![Flower of Life Animated](https://github.com/MonteiroOscar98/flower-of-life/blob/b0e854d381182da12e1528c4d15bbc321ed5fb4c/animate%20flower%20of%20life.jpg?raw=true)