Skip to content

Commit

Permalink
Add shop to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeaCat committed Apr 5, 2023
1 parent d5bbe35 commit b569823
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<p align="center">
<a href="https://fractaltees.shop/product/barnsley-fern/">
<img width="30%" src="https://images.teemill.com/hthlgpp2ekwkdsanevfm7euvrohiiywzkwrblrcfabuqtw8h.png.webp?w=640&h=657&v=2">
</a>
<a href="https://fractaltees.shop/product/leptosporangiate/">
<img width="30%" src="https://images.teemill.com/uwck3iw0pruwtoahmyeowm40ujjuvwpd8c6mlohdcop70gyv.png.webp?w=640&h=657&v=2">
</a>
<a href="https://fractaltees.shop/product/thelypteridaceae-shirt/">
<img width="30%" src="https://images.teemill.com/i1rj0flwe6eq8crh5iqwgu75y0iyuzfo5sqcydmffmv5jb5v.png.webp?w=640&h=657&v=2">
</a>
</p>


## 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! 🧑‍🎨
Expand Down Expand Up @@ -56,7 +73,6 @@ stack exec -- fernery-exe -f barnsley
</p>



### Leptosporangiate Fern

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



### 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).
Expand All @@ -84,7 +99,6 @@ stack exec -- fernery-exe -f thelypteridaceae -s '(-210, 125)'
</p>



### The Sierpinski Gasket

```bash
Expand All @@ -107,7 +121,6 @@ stack exec -- fernery-exe -f sierpinskiCarpet -o '(50,50)' -s '(900,900)' -i 100
</p>



### The Sierpinski Pentagon

```bash
Expand All @@ -119,7 +132,6 @@ stack exec -- fernery-exe -f sierpinskiPentagon -o '(250,875)' -s '(500,500)' -b
</p>



### The Levy Dragon

```bash
Expand All @@ -131,7 +143,6 @@ stack exec -- fernery-exe -f levyDragon -o '(275,250)' -s '(450,450)' -d '(1000,
</p>



### The Heighway Dragon

```bash
Expand Down Expand Up @@ -165,7 +176,6 @@ stack exec -- fernery-exe -f kochCurve -s '(900,-900)' -o '(50,450)' -d '(1000,6
</p>
### The Koch Snowflake
```bash
Expand All @@ -177,8 +187,6 @@ stack exec -- fernery-exe -f kochSnowflake -o '(500,500)' -s '(450,450)' -b 'Pix
</p>
### 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).
Expand All @@ -192,7 +200,6 @@ stack exec -- fernery-exe -f davidLDewey -s '(3,3)' -o '(850,500)' -d '(1700,100
</p>
### Tree Fractal
This fractal can also be found on Peter E. Francis' [IFS Fractals](http://ifs-fractals.herokuapp.com/playground/tree).
Expand All @@ -206,8 +213,6 @@ stack exec -- fernery-exe -f treeFractal -o '(50,950)' -s '(900,-900)' -c 'Pixel
</p>




## Acknowledgements

The following have been useful sources of Iterative Function Systems to add to Fernery:
Expand Down

0 comments on commit b569823

Please sign in to comment.