dynfractal 0.1.0

A program to render any equation (in terms of z and c) into an ASCII fractal
1
2
3
4
5
6
7
8
# Dynfractal

A program to take any iterative function in terms of z and c, and render its fractal.

## Future plans

This program currently renders the fractal to ASCII on the terminal. <br>
Eventually I'd like to implement a framebuffer, which renders the fractal with a color pallete, and eventually could be interactive (zooming and panning)