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
- Host: GitHub
- URL: https://github.com/ncw/mandelterm
- Owner: ncw
- License: mit
- Created: 2013-07-13T21:32:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-13T21:34:40.000Z (about 13 years ago)
- Last Synced: 2024-05-02T06:05:09.482Z (about 2 years ago)
- Language: Go
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Mandelterm
==========
This is a fun program to generate low resolution Mandelbrot sets in
your terminal.

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!