yapybrot

Yet Another Python Mandelbrot


Keywords
Mandelbrot, fractals
License
MIT
Install
pip install yapybrot==1.0.2

Documentation

YAPyBrot

Yet Another Python Mandelbrot - a mixed language (Python & C++) project using continuous integration

Quickstart

pip install yapybrot

See the examples for usage.

Installing from Source

Prerequisites:

  • Python >= 3.8
  • CMake

Option 1 - Via Conda

conda env create -f environment.yml
conda activate yapybrotenv
pip install .

Option 2 - Build C++ Libraries from Source (Linux only)

pip install -r requirements.txt
./install_libs.sh
pip install .

Gallery