Sierpinski Carpet 03/24/201903/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:08 pm Categories: Difficulty Level 6 recursion Use recursion to draw the following carpet pattern. Sierpinski Carpet Pattern with Python Turtle Tags: fractal, recursion Post navigation PREVIOUS Previous post: Tea CupNEXT Next post: Colorful Sierpinski Carpet Related Post Stereokinetic Effect with Python TurtleStereokinetic Effect with Python Turtle 11/18/201911/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Moving objects can give 3-D depth effect called kinetic depth effect. Draw the following Stereokinetic Effect where rotating circles generates an interesting 3-D effect. Idea from https://michaelbach.de/ot/mot-ske/ READ MOREREAD MORE Colored Hilbert CurveColored Hilbert Curve 03/19/201903/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on previous Hilbert Curve, add rainbow color to it. READ MOREREAD MORE 3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE
Stereokinetic Effect with Python TurtleStereokinetic Effect with Python Turtle 11/18/201911/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Moving objects can give 3-D depth effect called kinetic depth effect. Draw the following Stereokinetic Effect where rotating circles generates an interesting 3-D effect. Idea from https://michaelbach.de/ot/mot-ske/ READ MOREREAD MORE
Colored Hilbert CurveColored Hilbert Curve 03/19/201903/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on previous Hilbert Curve, add rainbow color to it. READ MOREREAD MORE
3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE