Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 422 Bytes

fractals_api

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)