diff options
author | adaptr <jeroen@adaptr.nl> | 2010-12-17 22:25:10 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:01 -0600 |
commit | 9c093529963a1ef9e6b0ce01f984dfa73df0c7c5 (patch) | |
tree | 0b0a2fc17c31d2afa7a821f457289f59a7e90f52 /graphics/mlbrot/README | |
parent | cd5b3e7101e064b071bec805c5e376af682c0540 (diff) | |
download | slackbuilds-9c093529963a1ef9e6b0ce01f984dfa73df0c7c5.tar.gz |
graphics/mlbrot: Added (Mandelbrot plotter and exploration tool)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/mlbrot/README')
-rw-r--r-- | graphics/mlbrot/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/mlbrot/README b/graphics/mlbrot/README new file mode 100644 index 0000000000..840ecf6c90 --- /dev/null +++ b/graphics/mlbrot/README @@ -0,0 +1,8 @@ +MLBrot is a graphical tool to display, explore, colour, zoom, animate +and otherwise play with the well-known Mandelbrot fractal set. + +A network slave is included to distribute calculation over multiple +compute nodes. + +This requires ocaml, camlp5, and lablgtk. + |