tekiela / numpy_turtle

Turtle graphics with NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumPy Turtle

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

Examples:

  • Sierpinski triangle (code):

  • Fractal plant (code):

Installation:

pip3 install numpy-turtle

About

Turtle graphics with NumPy

License:MIT License


Languages

Language:Python 100.0%