Skip to content

Dashstrom/mandelia

Repository files navigation

Logo Mandelia

Build result PyPI version

Linux macOS Windows

Application to visualize fractals of mandelbrot and julia.

Installation from PyPI

pip3 install mandelia
python3 -m mandelia

Get Latest from Github

Before trying to build, you need to install Microsoft C++ Build Tools

pip3 install git+https://github.com/Dashstrom/mandelia
python3 -m mandelia

Install for developpement

git clone https://github.com/Dashstrom/mandelia.git
pip3 install -r requirements_dev.txt
python3 setup.py build_exe
python3 -m mandelia
python3 setup.py test

Standalone for Windows

git clone https://github.com/Dashstrom/mandelia.git
cd mandelia
py setup.py exe
.\dist\Mandelia.exe

Preview

Main window

Main Window

Export Window

Export Window

Operation Window

Operation Window

Languages

Python Cython