Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.23 KB

Fractals SIMD

Overview

Library containing following set of fractals implemented using SIMD:

SSE3 AVX2
Mandelbrot + +
Burning ship + +
Julia set + +

Built-in colormaps:

red, green, blue, yellow, cyan, magenta, gray, hot, jet, cividis, twilight, turbo

Gallery

Mandelbrot (50 iterations)

Burning ship (50 iterations)

Julia set, c = -0.1 + 0.65i (50 iterations)

Julia set, c = -0.1 + 0.65i (10 000 iterations)