Basic Leaf 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:46 pm Categories: Difficulty Level 8 recursion Use recursion to draw the following basic leaf shape. Related Project: Curvy Leaf Tags: recursion Post navigation PREVIOUS Previous post: Rotating Rainbow SpiralNEXT Next post: Curvy Leaf Related Post Golden Dragon Curve Fractal (Source Code)Golden Dragon Curve Fractal (Source Code) 09/19/202009/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a dragon curve based on the golden ratio. At each recursion, the first recursion step turns 32.89 degrees to the left and move 0.74 times the original distance; the READ MOREREAD MORE Happy Egg HeadsHappy Egg Heads 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 2 Comments Knowing how to draw an egg, use recursion to draw the following shape. Add randomness to make it look more interesting. READ MOREREAD MORE Fibonacci vs Golden Ratio TilingFibonacci vs Golden Ratio Tiling 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw Fibonacci tiling and Golden Ratio Tiling in one canvas. Which one is Golden Ratio Tiling? READ MOREREAD MORE
Golden Dragon Curve Fractal (Source Code)Golden Dragon Curve Fractal (Source Code) 09/19/202009/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a dragon curve based on the golden ratio. At each recursion, the first recursion step turns 32.89 degrees to the left and move 0.74 times the original distance; the READ MOREREAD MORE
Happy Egg HeadsHappy Egg Heads 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 2 Comments Knowing how to draw an egg, use recursion to draw the following shape. Add randomness to make it look more interesting. READ MOREREAD MORE
Fibonacci vs Golden Ratio TilingFibonacci vs Golden Ratio Tiling 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw Fibonacci tiling and Golden Ratio Tiling in one canvas. Which one is Golden Ratio Tiling? READ MOREREAD MORE