Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorenham/numpy_turtle

Turtle graphics with NumPy
https://github.com/jorenham/numpy_turtle

numpy python turtle-graphics

Last synced: about 1 month ago
JSON representation

Turtle graphics with NumPy

Awesome Lists containing this project

README

        

# NumPy Turtle

Draw directly onto a NumPy array using very easy turtle graphics.
Inspired by the [turtle](https://docs.python.org/3.6/library/turtle.html) library.

## Examples:

- Sierpinski triangle ([code](numpy_turtle/examples/sierpinski_triangle.py)):

- Fractal plant ([code](numpy_turtle/examples/fractal_plant.py)):

## Installation:

```bash
pip3 install numpy-turtle
```