Metadata-Version: 2.4
Name: mandelbrot-viewer
Version: 0.1.1
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.12,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: cython
Requires-Dist: taichi-big-float<=0.1.3,>0.1.0
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 have to have the taichi-bigfloat package installed and then you just have to launch the mandlebrot_viewer_main.py.
