Music Notes 04/17/201904/17/2019 | Kevin XuKevin Xu | 0 Comment | 10:15 am Categories: Difficulty Level 2 loop Draw many randomly tilted and positioned music notes. Tags: loop Post navigation PREVIOUS Previous post: Blue CarNEXT Next post: Many Rotated Stars Related Post Hex Star Fractal using Python and TurtleHex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. READ MOREREAD MORE Colorful Stack of HexagonsColorful Stack of Hexagons 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library. READ MOREREAD MORE HoneycombHoneycomb 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a hex grid in a previous project. Now draw a honeycomb based on that project. The (h,s,v) values of honeycomb is about (0.11,0.95,0.8). Add some tiny random fluctuations READ MOREREAD MORE
Hex Star Fractal using Python and TurtleHex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. READ MOREREAD MORE
Colorful Stack of HexagonsColorful Stack of Hexagons 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library. READ MOREREAD MORE
HoneycombHoneycomb 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a hex grid in a previous project. Now draw a honeycomb based on that project. The (h,s,v) values of honeycomb is about (0.11,0.95,0.8). Add some tiny random fluctuations READ MOREREAD MORE