├── README.md ├── assembleanimfromimages.py ├── coordpicker.py ├── examplegenerated.png ├── examplescreenshot.jpg ├── fractalrenderer.py └── mandelbrot_demo.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/README.md -------------------------------------------------------------------------------- /assembleanimfromimages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/assembleanimfromimages.py -------------------------------------------------------------------------------- /coordpicker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/coordpicker.py -------------------------------------------------------------------------------- /examplegenerated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/examplegenerated.png -------------------------------------------------------------------------------- /examplescreenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/examplescreenshot.jpg -------------------------------------------------------------------------------- /fractalrenderer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/fractalrenderer.py -------------------------------------------------------------------------------- /mandelbrot_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otdav33/Fractal-Toolkit/HEAD/mandelbrot_demo.py --------------------------------------------------------------------------------