Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnowhitaker/turtle-frac
A fractal generator with python's turtle module
https://github.com/johnowhitaker/turtle-frac
Last synced: about 2 months ago
JSON representation
A fractal generator with python's turtle module
- Host: GitHub
- URL: https://github.com/johnowhitaker/turtle-frac
- Owner: johnowhitaker
- License: mit
- Created: 2014-03-21T18:12:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T14:55:47.000Z (over 10 years ago)
- Last Synced: 2023-08-17T11:03:24.881Z (over 1 year ago)
- Language: Python
- Size: 191 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
turtle-frac
===========utils.py - a bunch of short functions that might come in usefull!! (Random number generator, command shortener etc)
fractastic.py - A fractal generator with python's turtle moduleexample.py - The beginning of my entry showing how you might use some of the tools in utils.py.
stereo_short.py - Draws a stereogram with part of the mandelbrot set in ~50 Lines
stereo.py - Same as stereo_short but commented nicely with some extra functions and an option to see the result fast with matplotlib (usefull for testing).