• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Dec-2021-

Makefile.amH A D19-Dec-20211.3 KiB6048

Makefile.inH A D19-Dec-202132 KiB1,015920

READMEH A D19-Dec-20212.1 KiB6547

cmap.cH A D19-Dec-2021347.4 KiB5,7775,648

cmap.hH A D19-Dec-20211 KiB369

flame.cH A D19-Dec-202138.9 KiB1,2951,027

flame.hH A D19-Dec-2021816 223

libifs.cH A D19-Dec-202131.7 KiB1,3151,112

libifs.hH A D19-Dec-20213.2 KiB8852

rect.cH A D19-Dec-202112.6 KiB398302

rect.hH A D19-Dec-20211.2 KiB4214

README

1flame - cosmic recursive fractal flames
2Scott Draves <spot@cs.cmu.edu>
3
4get source code from
5http://www.cs.cmu.edu/~spot/gimp/flame.tar.gz
6
7images, documentation, and other interfaces (a batch animation
8renderer and a low-quality interactive editor) are available from
9http://www.cs.cmu.edu/~spot/flame.html
10
11-----------------------
12
13you are encouraged to exhibit the output of this software publicly as
14long as this software is credited as the source of the images.
15
16i also encourage you to let me know what you make with it, what you
17dis/like about it, and how it can be improved.
18
19-----------------------
20
210.12 as of Thu Oct 9
22added variation_same. made preview have same aspect ratio as final
23image.  included binary in tar file.
24
250.11 as of Sun Sep 28
26patch from Owen Taylor <owt1@cornell.edu> gtk_signal_connect_object ->
27gtk_signal_connect.  hacked mw routines so i can update my previews.
28removed much of mw code that i don't use.
29
300.10 as of Fri Sep 26
31Added "eight directions" edit window.  relayedout other widgets.
32
330.9 as of Tue Sep 23
34reconfigured to use Makefile.am.  cleaned warnings out of code.
35
360.8 as of Thu Sep 18
37added Makefile.in.patch, made gimp integration easier.  changed
38license.  added some built-in cmaps to the menu.
39
400.7 as of Sun Sep 14
41fixed image leak (thx Marcelo Malheiros).  removed UI to black cmap
42(default is now gradient).  added preview of the flame, disabled
43randomize mode in favor of a randomize button.  added beginning of
44edit dialog, including multi-threaded computation of previews, but
45disabled for the release.
46
470.6 as of Thu Sep 11
48added preview of cmap.  added black cmap.  added access to current
49gradient, but there is an image leak.
50
510.5 as of Sat Sep 6
52cmaps now come from image menus.  clarified license terms.
53
540.4 as of Thu Sep 4
55added variation menu.  removed text display, added load/store buttons.
56fixed alpha blend to be stable (alpha of 0 has no effect) and protect
57against overflow.
58
590.3 as of Tue Sep 2
60added alpha channel
61
620.2 as of Aug 24 1997
63real -> double, other header file reorganization.  added new cmaps.
64added gimp interface.
65