Group Abstract Group Abstract

Message Boards Message Boards

[GIF] Creating an animated Dragon curve fractal

POSTED BY: Sander Huisman
10 Replies
Posted 10 years ago

Thank you, your dragon is great :)

POSTED BY: Thomas Eli

enter image description here - another post of yours has been selected for the Staff Picks group, congratulations !

We are happy to see you at the tops of the "Featured Contributor" board. Thank you for your wonderful contributions, and please keep them coming!

POSTED BY: EDITORIAL BOARD

I am posting this for our China friends - exceptionally graceful code:

i = 0; Dynamic@Graphics@Line@AnglePath[KroneckerSymbol[-1, Range[++i]] Pi/2]

enter image description here

POSTED BY: Vitaliy Kaurov

Exceptionally compact and elegant!

POSTED BY: Sander Huisman

A variant that eventually fills all of 2D space:

i=0; Dynamic@Graphics@
Table[Rotate[Line@AnglePath[KroneckerSymbol[-1,Range[i++]] Pi/2],j Pi/2,{-1,0}],{j,0,3}]

enter image description here

Chris

Posted 10 years ago

Brilliant Vitaliy, I could watch this all day.

POSTED BY: Adam Black

I see video. Very cool.

POSTED BY: Kathryn Cramer

Thanks! I was planning to embed this YouTube video: https://www.youtube.com/watch?v=ug9fhgy9N60

But I couldn't (or don't know how to). So I added some GIF animations to give you the idea.

POSTED BY: Sander Huisman

@Vitaliy Kaurov I can't seem to embed videos, is it possible?

POSTED BY: Sander Huisman

No, no embedding yet, but we are working on that. Nice post, @Sander Huisman, beautiful animations !

POSTED BY: Vitaliy Kaurov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard