Skip to content

huncut2016/mandelbrotShader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. (zoller.andras2005@gmail.com)

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published