8000 GitHub - mnerv/fractals at old
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

mnerv/fractals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Set in C++

Basic image generation using stb image loader/writer.

Sample image

Mandelbrot set in color

Requirements

Math

z = a + bi

c = x + yi

f(z) = z^2 + c

(a+bi)^2 = a^2 + 2abi - b^2

real = a^2 - b^2 + x

imaginary = 2abi + yi

About

Fractals in C++ with OpenGL shaders!

Topics

Resources

License

Stars

Watchers

Forks

0