o
odinpkg.dev
packages / library / mandelbrot

mandelbrot

ab1440alibrary

An extremely basic monochromatic Mandelbrot set viewer implemented in Odin

MIT · updated 4 years ago

Mandelbrot Viewer

A simple monochromatic Mandelbrot set viewer implemented in Odin

References

Mandelbrot set (Wikipedia Article)

Installation

Linux

$ ./build.sh
$ ./build/viewer

Windows

> ./build.bat
> ./build/viewer.exe

Controls

zoom in using (H x0.25) or (J x1.00)
zoom out using (G x0.25) or (F x1.00)
quit using <ESC>
force re-render using I

NOTE: The viewer is incredibly slow at zoom +8.0 so be mindful of that.