Python and Turtle Difficulty Level Hard,math,python,recursion Apollonian Gasket (Full) with Python Turtle

Apollonian Gasket (Full) with Python Turtle

Given any three tangent circles, there are exactly two other circles that are tangent to the three circles. Starting from three big tangent circles of the same size, use recursion to draw more tangent circles.

To figure out the radius of the tangent circle, you may need to look upĀ Soddy Circles.

Apollonian Gasket (Full) with Python Turtle

Related Post