Metadata-Version: 2.4
Name: mandelbrot-viewer
Version: 0.1.9
Summary: An arbitrary precision GPU accelerated mandelbrot set viewer buit with kivy and taichi.
Author-email: Balázs Szalai <balazs.backup.2@gmail.com>
Project-URL: Homepage, https://github.com/balazs-szalai/mandelbrot-set-viewer
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cython
Requires-Dist: taichi-big-float>=0.1.3
Requires-Dist: kivy
Requires-Dist: sympy
Requires-Dist: matplotlib
Requires-Dist: numpy

# mandelbrot-set-viewer
An interactive arbitrary precision Mandelbrot set viewer using my [taichi_big_float](https://github.com/balazs-szalai/taichi-bigfloat) package.

## Usage
You just have to install it using pip:
	
	pip install mandelbrot-viewer
And you can run it from the commandline using:
	
	mandelbrot-viewer
This will execute the main function from mandelbrot_viewer.mandelbrot_viewer.main.py.
