lookee / frk

parallel Mandelbrot and Julia fractal set generator

Home Page:http://www.lucaamore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#------------------------------------------------------------------------
#    Copyright (C) 2011 Luca Amore <luca.amore at gmail.com>
#
#    frk is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    frk is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with frk.  If not, see <http://www.gnu.org/licenses/>.
#------------------------------------------------------------------------

frk is an experimental parallel Mandelbrot and Julia fractal sets generator 
written as my first Erlang application.

frk requires the Erlang environment (I used the release R13B03 under
GNU/Linux Ubuntu 10.10).

The bash shell scripts (alfa version):

- frkMandelbrot.sh
- frkJulia.sh

Require ImageMagick (I use the 6.6.2-6) to convert trivial PPM to 
PNG format (or other formats).

Use -h argument for more information or generate the default 
image calling them without arguments. All generated images
will be saved into save directory.

Feel free to contact me for more information:

luca.amore@gmail.com
http://www.lucaamore.com

Happy Hacking,
Luca Amore

About

parallel Mandelbrot and Julia fractal set generator

http://www.lucaamore.com

License:GNU General Public License v3.0


Languages

Language:Erlang 71.2%Language:Shell 28.8%