Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dokato/my_fractals
Few python scripts for making fancy pictures from fractal geometry.
https://github.com/dokato/my_fractals
Last synced: about 1 month ago
JSON representation
Few python scripts for making fancy pictures from fractal geometry.
- Host: GitHub
- URL: https://github.com/dokato/my_fractals
- Owner: dokato
- Created: 2014-12-02T15:18:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T21:41:24.000Z (about 10 years ago)
- Last Synced: 2024-10-16T12:39:51.638Z (3 months ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scripts to make fancy fractal plots.
=========================## Content
* [Koch Curve](http://fractalfoundation.org/resources/fractivities/koch-curve/) in *koch_curve.py* (now also Koch snowflake...)
* [Julia set](http://en.wikipedia.org/wiki/Julia_set) in *mandel_julia.py*
* [Mandelbrot set](http://en.wikipedia.org/wiki/Mandelbrot_set) in *mandel_julia.py*## How to use it?
1) Just run scripts/functions
2) Play with parameters
Enjoy :)
![Themes Screenshot](http://oi59.tinypic.com/120qv14.jpg)
![Themes Screenshot](http://oi57.tinypic.com/jpftir.jpg)
![Themes Screenshot](http://oi58.tinypic.com/1zlxd1t.jpg)