mandelbrot

view README @ 0:4d85805eb875

mandelbrot initial import
author John Tsiombikas <nuclear@mutantstargoat.com>
date Tue, 19 Jun 2012 06:48:38 +0300
parents
children
line source
1 A simple interactive mandelbrot explorer
3 Copyright (C) John Tsiombikas <nuclear@member.fsf.org>
4 This program is free software, released under the terms of the GNU General
5 Public License version 3 (or any later version). See COPYING for details.
7 Run ./mandelbrot -h for usage information
9 Palette files are generated by the Mindlapse gradient tool in a simple text-mode
10 format. See default.pal for an example. If you wish to create your own custom
11 palettes easily, get the Mindlapse gradient tool from my mercurial repository:
13 hg clone https://nuclear.mutantstargoat.com/hg/gradtool
15 Happy hacking.