scottdraves / flam3

the original fractal flame renderer and genetic language
GNU General Public License v3.0
394 stars 73 forks source link

Add more sample xml flames with images to distro #1

Open ghost opened 9 years ago

ghost commented 9 years ago

If you could add some additional sample flam3 files plus the image and video files they will produce - it would be helpful to compare whether the newly compiled generator is creating proper fractals.

Blatant ulterior motive is that for fun I'm working on an web version of the flame generator which uses SVG's to create the fractals client side and I would dearly like to be able to compare the output of my code with yours. The biggest issue I see is getting the random number generator to mesh with yours.

Since SVG is a specialized type of XML, I want to embed the flam3 file inside the SVG and then implement the logic using javascript[since SVG image files can include executable javascript].