summaryrefslogtreecommitdiff
path: root/src/flam3-genome.man
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-04-19 19:52:20 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:11 -0500
commit0b31b96c55620dcf7c5ca657d3572a8c635c971b (patch)
tree05b3537d9ab91736d00604aebb7c2d71bdaf005e /src/flam3-genome.man
parent238395d5515e30af28983f93075bbcbf248d4903 (diff)
downloadpucket-0b31b96c55620dcf7c5ca657d3572a8c635c971b.tar.gz
pucket-0b31b96c55620dcf7c5ca657d3572a8c635c971b.tar.bz2
pucket-0b31b96c55620dcf7c5ca657d3572a8c635c971b.zip
Initial commit of early-clip branch of flam3 into google code.
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3
Diffstat (limited to 'src/flam3-genome.man')
-rw-r--r--src/flam3-genome.man36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/flam3-genome.man b/src/flam3-genome.man
new file mode 100644
index 0000000..b754356
--- /dev/null
+++ b/src/flam3-genome.man
@@ -0,0 +1,36 @@
+.TH flam3-animate 1 "" ""
+.SH NAME
+flam3-animate
+flam3-render
+flam3-genome
+flam3-convert - render and animate FLAM3s and manipulate their genomes
+.SH SYNOPSIS
+.B flam3-render < input
+
+.SH DESCRIPTION
+
+FLAM3 implements a visual language based on a recursive set equation.
+
+Flam3-genome creates and manipulates genomes (xml parameter sets) in
+this language. Flam3-render turns genomes into still images, and
+Flam3-animate renders motion-blurred frames of animation.
+
+Flam3-convert reads from stdin files in the old format used by the
+flame GIMP plugin, and writes the new format to stdout.
+
+.SH OPTIONS
+
+Any command line option will cause the program to write its
+documentation to standard out.
+
+.SH ENVIRONMENT
+
+The environment variables are in the documention written to standard
+out given any command line option.
+
+.SH SEE ALSO
+.BR WWW.FLAM3.COM,
+.BR electricsheep (1),
+
+.SH AUTHOR
+spot aka Scott Draves, Erik Reckase