Colored Apollonian Gasket (Full) with Python Turtle 04/29/201904/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:42 pm Categories: colorsys Difficulty Level Hard math recursion Color the Apollonian Gasket. Colored Apollonian Gasket (Full) with Python Turtle Tags: colorsys, fractal, hsv, math, recursion Post navigation PREVIOUS Previous post: Apollonian Gasket Variations with Python TurtleNEXT Next post: Recursive Apollonian Gaskets with Python Turtle Related Post Rainbow SquareRainbow Square 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right. READ MOREREAD MORE Tangent Circles From 3 PointsTangent Circles From 3 Points 04/28/201904/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment 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. READ MOREREAD MORE Five Golden Fractal TreesFive Golden Fractal Trees 10/08/202110/08/2021 | JinshengJinsheng | 0 Comment Based on golden fractal tree project, draw the following shape that contains 5 golden fractal trees. READ MOREREAD MORE
Rainbow SquareRainbow Square 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right. READ MOREREAD MORE
Tangent Circles From 3 PointsTangent Circles From 3 Points 04/28/201904/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment 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. READ MOREREAD MORE
Five Golden Fractal TreesFive Golden Fractal Trees 10/08/202110/08/2021 | JinshengJinsheng | 0 Comment Based on golden fractal tree project, draw the following shape that contains 5 golden fractal trees. READ MOREREAD MORE