-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·42 lines (33 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#------------------------------------------------------------------------
# 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:
http://www.lucaamore.com
Happy Hacking,
Luca Amore