Given any three tangent circles, there are exactly two other circles that are tangent to the three circles. In this project, we are drawing one of the two tangent circles
Given any three tangent circles, there are exactly two other circles that are tangent to the three circles. In this project, we are drawing one of the two tangent circles
Given three random points that do not lie on the same line, draw three circles centered at these points that are tangent to one another.
Draw a colored version of Sierpinski Pentagon.
Use recursion to draw the following Sierpinski Pentagon. This project is closed related to Pentaflake Fractal. The difference is the in Pentaflake we also draw an upside down Pentaflake recursively.
In this tutorial we are going to show how to draw random islands with Python Turtle. The idea is similar to the Koch Snowflake project with added randomness. Instead of
Use recursion to draw random islands. Related Projects:Random Cloud GeneratorRandom Mountain GeneratorRandom City Skyline Generator
Generalize Penrose Polygons to be able to draw polygon of any number of sides:
Draw an impossible Penrose Pentagon:
Draw an impossible Penrose Square:
Let’s take a look at the the following unfilled cloud picture. As you can see, we drew the cloud just by drawing many arcs of different sizes and extent. The