An open API service indexing awesome lists of open source software.

https://github.com/ncw/mandelterm

View Mandelbrot sets in your terminal
https://github.com/ncw/mandelterm

Last synced: over 1 year ago
JSON representation

View Mandelbrot sets in your terminal

Awesome Lists containing this project

README

          

Mandelterm
==========

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

![Mandelterm Screenshot](http://www.craig-wood.com/nick/large/mandelterm.png)

Install
-------

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

Download the relevant binary from

- http://www.craig-wood.com/nick/pub/mandelterm/

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:

- https://github.com/ncw/mandelterm

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

Authors
-------

- Nick Craig-Wood

Contributors
------------

- Your name goes here!