Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 803 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 803 Bytes

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