Random Fractal

Hello,

 

This is not a sheep question as much as just a fractal question, but I am wanting to use a batch of random numbers and use it to influence a fractal... I have been using Apophysis and see the random mutation function, but is there a way to import your own file and have it affect the fractal in that way? i.e. use your own random number generator.

 

Thanks!

 

 

flam3-genome

You can use flam3-genome to mutate a flame of your own design in a bunch of different ways - have a look at the README that comes with flam3 for more information.

Open up the .flame file that

Open up the .flame file that Apop uses in a text editor, you will see where the numbers go.  Then you need some programming that can inject your numbers and save the .flame file.  Perl is a good choice of programming languages to do this with.  PHP also would do nicely.


User login