Skip to content

jorenham/numpy_turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adde06d Â· Jan 9, 2025

History

27 Commits
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jun 26, 2018
Jan 9, 2025
Feb 1, 2022
Jan 9, 2025
Jan 9, 2025

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