Dragon Curve Vertical Multi

6 dragon curve fractals filling the vertical canvas! Python draws this legendary fractal pattern in rainbow colors! πŸ‰πŸŒˆ

#python #pythontricks #turtlegraphics #dragoncurve #fractalpattern #recursiveart #legendaryfractal #verticallayout #pythonrecursion #mathematicalart #multiplefractals #fractalgeometry

https://www.youtube.com/watch?v=eoHhsUfr-Tw

Dragon Curve Vertical Multi #mathematicalart

YouTube

#postScript #dragonCurve

/bd{bind def}bind def
/1-{1 sub}bd
/1+{1 add}bd
/right{90 rotate}bd
/left{-90 rotate}bd
/forward{0 1 rlineto}bd
/pageSetup{
0.05 setlinewidth 2 setlinecap 2 setmiterlimit 0 setgray
3600 127 div dup scale % cm
15 7 translate % tweak this to keep the curve on the page
}bd
/dragonSetup{
newpath
0 0 moveto
}bd
% the curve turns 90 degrees left or right at each point.
% per wikipedia, you can obtain the direction of the turn
% by finding the bit above the lowest one-bit of the current
% iteration. this formula is due to hackers delight, probably.
/turn{dup dup 1- xor 1+ and 0 eq {left}{right}ifelse}bd
/dragon{-1 1 {turn forward} for}bd
pageSetup
dragonSetup
125 dragon
stroke
showpage

cc @jernej__s

The Dark Side of the Dragon Curve

Full Version: https://youtu.be/7mbigfFo6Io

#creativecoding #dragoncurve #mastoart

The Dark Side Of The Dragon Curve

YouTube

Genuary Prompt 28: Skeuomorphism

I abused my Selfsimilar Tiling code to create a Line Fractal.

The Sequence of the line segments gets jumbled up in the iteration process.

Full Musical Version: https://youtu.be/lKI5uT1nRs8

#genuary #genuary28 #genuary2024 #dragoncurve

Dragon Curve

YouTube