rdiachenko / mandelbrot

Mandelbrot set in different programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mandelbrot set in different programming languages.

License:GNU General Public License v3.0


Languages

Language:Zig 100.0%