neolateral

programming, drawing, photograpy etc.

Articles tagged with graphics

Dragon Curves An in-depth article discussing Dragon Curves, their mathematical interpretation, and drawing techniques using Turtle Graphics.
Exploring turtle graphics

This week I started exploring turtle graphics with my son as he is very interested in drawing and crafts (he calls his room "art room"). We wrote one program together in python's turtle graphics library. It's here - face.py , and this is what it looks like :)

So this got me reading and exploring a bit more about turtle graphics, especially since the tools and language python were not really easy enough to use for my son. So I decided to create my own turtle environment (currently I'm thinking about doing this in electron so that it's available on all platforms …