Skip to content

This image is a distribution of the official and original fractal flame renderer by Scott Draves

License

Notifications You must be signed in to change notification settings

xyrus02/flam3-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

flam3 - cosmic recursive fractal flames

This image is a distribution of the official and original fractal flame renderer by Scott Draves

It has been built from source and packaged into an image without any modifications. You may use this image in accordance to the GNU General Public License v3.0.

Usage

docker run --rm -iv ${PWD}:/out xyrusworx/flam3 < your_flame.flam3

This command renders out your_flame.flam3 in the current directory and places the result in the current directory as well.

You may want to use some of the available environment variables to further configure the render process:

docker run --rm -iv ${PWD}:/out -e prefix="render-" -e format=jpg xyrusworx/flam3 your_flame.flam3

A full list of available environment variables can be found here:

You might also find useful information on how to make further use of this image in the above text file.

About

This image is a distribution of the official and original fractal flame renderer by Scott Draves

Topics

Resources

License

Stars

Watchers

Forks