trebeljahr / fractal-garden

An Exhibition Of Mathematical Beauty.
https://fractal.garden
MIT License
141 stars 12 forks source link

Add Burning Ship Fractal #25

Open greenfan opened 2 years ago

greenfan commented 2 years ago

Add Burning Ship fractal, first described and created by Michael Michelitsch and Otto E. Rössler in 1992

Inspiration

https://en.wikipedia.org/wiki/Burning_Ship_fractal High Definition Animation of Burning Ship Fractal

Type

Recursive / Canvas ( I think )

Difficulties

None, it should be easy to adapt the Mandelbrot Set as the difference is Burning Ship's real and imaginary components are set to their respective absolute values before squaring at each iteration

trebeljahr commented 2 years ago

nice issue for adding a super cool fractal. @greenfan do you want to tackle this? :upside_down_face:

trebeljahr commented 2 years ago

if you look at the shader code setup for the Mandelbrot Set and the pseudo-code at the Wikipedia page you linked this should be 100% doable :+1: