Skip to content

Ciubix8513/fractal_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractal_viewer

A rust wgpu rewrite of my older project. Currently only supports native build, but I am planning to add wasm support.

Currently supported 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)