3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:51 pm Categories: Difficulty Level 6 loop Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. 3D Tessellation Effect with Python Turtle Tags: loop, tessellation Post navigation PREVIOUS Previous post: Vortex of Squares with Python Turtle (Source Code Included)NEXT Next post: Triangle Radial Tessellation with Python Turtle Related Post Mandelbrot SetMandelbrot Set 03/07/201903/07/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Mandelbrot Set is a very intriguing and complex shape. Although it doesn’t appear to be recursive, it has part that contains the main shape shown here. You will need to READ MOREREAD MORE Square Snowflake with Python Turtle (Source Code)Square Snowflake with Python Turtle (Source Code) 09/21/201909/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following square snowflake with recursion. Source Code: READ MOREREAD MORE Vortex of Squares with Python Turtle (Source Code Included)Vortex of Squares with Python Turtle (Source Code Included) 04/17/201904/17/2019 | Kevin XuKevin Xu | 2 Comments Draw the following spiral based on filled squares which changes the size as they rotate. Source Code: READ MOREREAD MORE
Mandelbrot SetMandelbrot Set 03/07/201903/07/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Mandelbrot Set is a very intriguing and complex shape. Although it doesn’t appear to be recursive, it has part that contains the main shape shown here. You will need to READ MOREREAD MORE
Square Snowflake with Python Turtle (Source Code)Square Snowflake with Python Turtle (Source Code) 09/21/201909/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following square snowflake with recursion. Source Code: READ MOREREAD MORE
Vortex of Squares with Python Turtle (Source Code Included)Vortex of Squares with Python Turtle (Source Code Included) 04/17/201904/17/2019 | Kevin XuKevin Xu | 2 Comments Draw the following spiral based on filled squares which changes the size as they rotate. Source Code: READ MOREREAD MORE