Browse thread
MLbrot: Mandelbrot Set in OCaml
- Daniel de Rauglaudre
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-08 (15:03) |
From: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
Subject: | MLbrot: Mandelbrot Set in OCaml |
Hi everybody! New release of MLbrot: 1.00 MLbrot is a program allowing to explore the Mandelbrot Set and produce nice fractal images. With some extra work, can produce videos. Can be helped by other computers, via internet, to speed up images calculations. Interfaced with 3 graphic toolkits: Lablgtk2, OpenGL and Olibrt. You can choose the one(s) you want at configure time, or let the 'configure' shell to select the ones it finds. Best interface is with Lablgtk2 (it has menus and progress bars). Web site and download at: http://pauillac.inria.fr/~ddr/mlbrot/ You need OCaml and Camlp5 to compile. You need at least one library installed: Lablgtk2, OpenGL or Olibrt. Very useful library too: GMP/MPZ to display deep images (zoom > 2^46). Documentation not yet done. Just launch it, try out option -help and/or ask me. Enjoy! -- Daniel de Rauglaudre http://pauillac.inria.fr/~ddr/