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 Random Tessellation with Python TurtleRandom Tessellation with Python Turtle 04/20/201904/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Create a random shape that can be tessellated and draw it. READ MOREREAD MORE Archimedean SpiralArchimedean Spiral 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral READ MOREREAD MORE Star Fractal with Python and Turtle (Tutorial and Source Code)Star Fractal with Python and Turtle (Tutorial and Source Code) 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths READ MOREREAD MORE
Random Tessellation with Python TurtleRandom Tessellation with Python Turtle 04/20/201904/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Create a random shape that can be tessellated and draw it. READ MOREREAD MORE
Archimedean SpiralArchimedean Spiral 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral READ MOREREAD MORE
Star Fractal with Python and Turtle (Tutorial and Source Code)Star Fractal with Python and Turtle (Tutorial and Source Code) 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths READ MOREREAD MORE