Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 936 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 936 Bytes

pretty-fractals 🔥 A collection of fractals that I've made with code

Collection of some really beautiful, serene fractals.

These demonstrate in some cases the idea of compilation, the idea of compiler optimisation.

Eye Candy

  1. $cos(z^2 - c)$ 9.9M

cos(z^2-c)

  1. $z^2 + c$ 924.7K

mandel

  1. Blackhole 286.2K -- Julia set for some initial condition I forgot

julia

  1. $cot(z^2-c)$ 148.7K -- Heart warming

cot(z^2-c)

There are some other interesting renders(.bmp format) inside mandelbrot/images.zip. Fell free to observe calmly.

contributions and feedback are welcome

@vishalpaudel