Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexknauth/koch-snowflake
a program to draw some fractals
https://github.com/alexknauth/koch-snowflake
Last synced: about 1 month ago
JSON representation
a program to draw some fractals
- Host: GitHub
- URL: https://github.com/alexknauth/koch-snowflake
- Owner: AlexKnauth
- License: mit
- Created: 2014-12-27T18:03:44.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T23:10:27.000Z (over 2 years ago)
- Last Synced: 2024-10-16T02:55:11.024Z (3 months ago)
- Language: Racket
- Homepage:
- Size: 31.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# koch-snowflake
a program to draw some fractalsExample Fractal:
```
> (snowflake/inner-fractal/multi-color 500 '("red" "orange" "yellow" "green" "blue" "purple")
#:cutoff 10)
```
![koch-snowflake-with-inner-fractal-6-color.png](https://raw.githubusercontent.com/AlexKnauth/koch-snowflake/master/images/koch-snowflake-with-inner-fractal-6-color.png)