Five Golden Fractal Trees 10/08/202110/08/2021 | JinshengJinsheng | 0 Comment | 8:46 pm Categories: Difficulty Level 6 recursion Based on golden fractal tree project, draw the following shape that contains 5 golden fractal trees. Five Golden Fractal Trees Tags: fractal, recursion Post navigation PREVIOUS Previous post: Golden Fractal Tree with Python Turtle (Source Code)NEXT Next post: Tutorial: How to Draw a Simple Heart Shape with Python and Turtle Related Post Rainbow Colored Fully Connected 48-gonRainbow Colored Fully Connected 48-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer. READ MOREREAD MORE Random MeshRandom Mesh 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a square grid in a previous project. Randomize the positions of the crossing points to draw a random mesh that looks like the image here: READ MOREREAD MORE Sierpinski Pentagon with Python TurtleSierpinski Pentagon with Python Turtle 04/27/201904/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 3 Comments 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. READ MOREREAD MORE
Rainbow Colored Fully Connected 48-gonRainbow Colored Fully Connected 48-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer. READ MOREREAD MORE
Random MeshRandom Mesh 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a square grid in a previous project. Randomize the positions of the crossing points to draw a random mesh that looks like the image here: READ MOREREAD MORE
Sierpinski Pentagon with Python TurtleSierpinski Pentagon with Python Turtle 04/27/201904/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 3 Comments 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. READ MOREREAD MORE