From b569823a0bb404235b42a471021b6b4a29226320 Mon Sep 17 00:00:00 2001 From: Joshua O'Sullivan Date: Wed, 5 Apr 2023 23:28:03 +0100 Subject: [PATCH] Add shop to README --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f14bbd1..b102b21 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,23 @@ stack exec -- fernery-exe --help +## [FractalTees.Shop](https://fractaltees.shop/) 🛍 + +A selection of images generated using Fernery are available printed on T-shirts and tote bags at [fractaltees.shop](https://fractaltees.shop/). + +

+ + + + + + + + + +

+ + ## Example Images This list of examples is currently exhaustive of the IFSs provided in Fernery, but I'd love to see more added to this little CLI tool. PRs are welcome! 🧑‍🎨 @@ -56,7 +73,6 @@ stack exec -- fernery-exe -f barnsley

- ### Leptosporangiate Fern The transforms used in this fern were found [here](https://en.wikipedia.org/wiki/File:Barnsley_fern_mutated_-Leptosporangiate_fern.PNG). @@ -70,7 +86,6 @@ stack exec -- fernery-exe -f leptosporangiate -s '(210, -160)'

- ### Thelypteridaceae Fern The transforms used in this fern were found [here](https://en.wikipedia.org/wiki/File:Barnsley_fern_with_different_coefficients_plotted_with_VisSim.PNG). @@ -84,7 +99,6 @@ stack exec -- fernery-exe -f thelypteridaceae -s '(-210, 125)'

- ### The Sierpinski Gasket ```bash @@ -107,7 +121,6 @@ stack exec -- fernery-exe -f sierpinskiCarpet -o '(50,50)' -s '(900,900)' -i 100

- ### The Sierpinski Pentagon ```bash @@ -119,7 +132,6 @@ stack exec -- fernery-exe -f sierpinskiPentagon -o '(250,875)' -s '(500,500)' -b

- ### The Levy Dragon ```bash @@ -131,7 +143,6 @@ stack exec -- fernery-exe -f levyDragon -o '(275,250)' -s '(450,450)' -d '(1000,

- ### The Heighway Dragon ```bash @@ -165,7 +176,6 @@ stack exec -- fernery-exe -f kochCurve -s '(900,-900)' -o '(50,450)' -d '(1000,6

- ### The Koch Snowflake ```bash @@ -177,8 +187,6 @@ stack exec -- fernery-exe -f kochSnowflake -o '(500,500)' -s '(450,450)' -b 'Pix

- - ### DavidLDewey Fractal The transforms used to generate this fractal are from an old worksheet authored by David L. Dewey which can be found [here](https://courses.cs.washington.edu/courses/cse142/01sp/misc/fractal_lab.htm). @@ -192,7 +200,6 @@ stack exec -- fernery-exe -f davidLDewey -s '(3,3)' -o '(850,500)' -d '(1700,100

- ### Tree Fractal This fractal can also be found on Peter E. Francis' [IFS Fractals](http://ifs-fractals.herokuapp.com/playground/tree). @@ -206,8 +213,6 @@ stack exec -- fernery-exe -f treeFractal -o '(50,950)' -s '(900,-900)' -c 'Pixel

- - ## Acknowledgements The following have been useful sources of Iterative Function Systems to add to Fernery: