xubiod / mandelbrot-go

A textmode Mandelbrot set renderer written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick readme written on GitHub it's 10pm

Tested in bash on Ubuntu, cmd on Windows, and powershell on Windows

From testing
bash (best) > cmd > powershell (worst)

Z - Zoom in
X - Zoom out
C - Toggle crosshair
Q - Return to center, reset Zoom
R - High quality render
Y - Something cool maybe
P - PNG Export to `binted.png` at the absurd res of 5120x2880 (720p x 4)
Arrow keys - Move
Escape - Quit

Install Go (1.19) and run `go run main.go` and have fun with this probably bad Mandelbrot set viewer thing in the terminal

About

A textmode Mandelbrot set renderer written in Go

License:MIT License


Languages

Language:Go 100.0%