flam3 icon indicating copy to clipboard operation
flam3 copied to clipboard

the original fractal flame renderer and genetic language

Results 24 flam3 issues
Sort by recently updated
recently updated
newest added

Documentation states that the default for tries is 50. `tries 50 number of tries to make to find a good genome. (genome only)` But the default is coded as 10....

When building flam3 with slibtool (https://dev.midipix.org/cross/slibtool) it fails with many references to libm indicating a missing `-lm` for `libflam3_la_LIBADD`. This happens because it uses `-no-undefined` and GNU libtool does not...

This code in flam3.c looks strange to me... what does it do? if (apply_xform(cp, fn, p, q, rc)>0) { consec ++; badvals ++; if (consec0) { consec = 0; badvals...

The link http://flam3.com/flame.pdf provided in `README.txt` returns a not-found error page.

Currently, the README just refers to COPYING for licensing information, but COPYING just contains the GPLv3, and doesn't specify whether redistribution under later versions of the GPL is also allowed....

Would it be possible to push an updated release on the releases/ subdirectory on github too? I know git clone works fine, but I am quite oldschool - I love...

The following options were added: - strip - specifies the strip to be rendered, from 1 to nstrips - minstrip - the bottom part of strip range to be rendered....

When you create an parameter file for an animation using flam3-genome with the following command line env sequence=sheep-in.flam3 nframes=320 loops=0 flam3-genome > sheep-out.flam3 and sheep-in.flam3 contains just 2 flames to...

Version 06/21/07 renamed this parameter, however the example file was not updated accordingly.

``` -g -O3``` shouldn't be hardcoded. Instead, it should say ```CFLAGS?=-g -O3```. We already pass optimization flags from outside in the FreeBSD port.