Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorenham/numpy_turtle
- Owner: jorenham
- License: mit
- Created: 2018-06-26T00:55:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T00:07:35.000Z (over 3 years ago)
- Last Synced: 2024-09-28T09:21:48.601Z (about 2 months ago)
- Topics: numpy, python, turtle-graphics
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```