A wgpu based web api for getting custom images of fractals
Currently contains most of the features I planned including:
- Customizable colors
- Customizable position, zoom
- Customizable image dimensions
Contains the following fractals:
- Mandelbrot set (z^2 + c)
- Burning ship (abs(z)^2 + c)
- Tricorn (conj(z)^2 + c)
- Feather ((z^3 / 1 + z * z) + c)
- Eye ((z/c)^2 - c)