/mandelbrot

Mandelbrot set in different programming languages.

Primary LanguageZigGNU General Public License v3.0GPL-3.0

Mandelbrot

Exploring various programming languages by building and plotting the Mandelbrot set.

Mandelbrot Set

Zig

Step-by-Step Guide: Exploring Zig Programming Language with The Mandelbrot Set.

Build, test and run:

cd zig-mandelbrot

zig build -Doptimize=ReleaseFast \
    test \
    run --summary all \
    -- mandelbrot.png 4000x3000 -1.8,1 0.5,-1