Skip to content

jorenham/numpy_turtle

Repository files navigation

NumPy Turtle

Draw directly onto a NumPy array using very easy turtle graphics. Inspired by the turtle library.

Examples

Koch curve (code):

Koch curve

Sierpinski triangle (code):

Sierpinski triangle

Fractal plant (code):

Fractal plant

Fractal conifer (code):

Fractal conifer

Installation

pip install numpy-turtle