Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 781 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 781 Bytes

Mandelbrot-set

Mandelbrot set in OpenFrameworks, with GLSL shaders.

Formula

$z_0 = 0$

$z_{n+1} = z_{n}^2+c$

$M= \{ c \in \mathbb {C} \ \mid \ x_{n}\not \rightarrow \infty \} $

read more: Mandelbrot-set

Shader

bin/data/shader.frag

Bug report

If you find a bug, please create an Issue / Pull request or send me an email. ([email protected])

License

This code is totally free, and open-source. Do with that, what are you want. But if you mentioned me, I would thank you!