diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-04-25 12:30:20 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-02 21:36:45 +0200 |
commit | e8829540a072684055949679dcd190f4273c6350 (patch) | |
tree | 14fd764ed4c539501ec05dad48c5c4a54ac2cd4f | |
parent | 99f384b4d61dbde135d63fad7f89c3451ec2e4c0 (diff) | |
download | pucket-e8829540a072684055949679dcd190f4273c6350.tar.gz pucket-e8829540a072684055949679dcd190f4273c6350.tar.bz2 pucket-e8829540a072684055949679dcd190f4273c6350.zip |
Add README
-rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..a842945 --- /dev/null +++ b/README.rst @@ -0,0 +1,9 @@ +pucket +====== + +pucket is a fork of flam3_, a fractal flame renderer. It is compatible with +genomes generated by flam3, but provides a new command line interface and lots +of code cleanup behind the scenes. + +.. _flam3: https://github.com/scottdraves/flam3 + |