Skip to content

ncw/mandelterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelterm

This is a fun program to generate low resolution Mandelbrot sets in your terminal.

Mandelterm Screenshot

Install

Mandelterm is a Go program and comes as a single binary file.

Download the relevant binary from

Or alternatively if you have Go installed use

go get github.com/ncw/mandelterm

and this will build the binary in $GOPATH/bin. You can then modify the source and submit patches.

Usage

Run the program to see a mandelbrot set.

Control the view with the following keys

  • Arrow keys to Move
  • PgUp/PdDown/+/- to zoom
  • [/] to change depth
  • h toggle help on and off
  • i toggle info on and off
  • q/ESC/c-C to quit
  • r to reset to start

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).

Contact and support

The project website is at:

There you can file bug reports, ask for help or contribute patches.

Authors

Contributors

  • Your name goes here!

About

View Mandelbrot sets in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published