Skip to content

Phillip-Grabovsky/Python-Turtle-Grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Python-Turtle-Grapher

Uses turtle to to iterate over all pixels on the screen, coloring each pixel depending on the output of a function. You can replace this function with anything you like, so basically any curve, area, or shape which can be drawn by algorithmically deciding whether each pixel is on or off, is feasible. Current example loaded in is the mandelbrot set!

About

Uses turtle to to iterate over all pixels on the screen, coloring each pixel depending on the output of a function. You can replace this function with anything you like, so basically any curve, area, or shape which can be drawn by algorithmically deciding whether each pixel is on or off, is feasible. Current example loaded in is the mandelbrot set!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors