Group Abstract Group Abstract

Message Boards Message Boards

[GIF] Horizon (Marching lines)

Marching lines

Horizon

This is essentially the exact same code as Stay Upright; the only real difference is that it's viewed from a different perspective.

Here's the code:

DynamicModule[{n = 100, a = ?/4, viewpoint = {1, -1, 0}, ? = ?, range = 8, plane,
  cols = RGBColor /@ {"#F71735", "#FDFFFC", "#41EAD4", "#011627"}},
 plane = NullSpace[{viewpoint}];
 Manipulate[
  Graphics[{Thickness[.003], 
    Table[{Blend[cols[[;; -2]], r/?], 
      InfiniteLine[
       RotationMatrix[?].plane.# & /@ {{Cot[r] Csc[a], 0, Cot[a]}, {0, Cot[r] Sec[a], -Tan[a]}}]}, 
      {r, 2 ?/n + s, ?, 2 ?/n}]},
   Background -> cols[[-1]], PlotRange -> range, ImageSize -> 540],
  {s, 0, 2 ?/n}]
 ]
6 Replies

Moderator Note: this post was highlighted on the Wolfram's official social media channels. Thank you for your contribution. We are looking forward to your future posts.

POSTED BY: EDITORIAL BOARD

MediaLive International GIF Competition

Here's a short timelapse that Justin Gitlin made showing all the GIFs that are in the exhibit.

Here is a photo of part of the exhibition:

MediaLive exhibition

And also me with another display:

Exhibition exhibitionism

Sorry about the terrible lighting and my substandard photo editing.

Thanks! I will try to remember to take a photo or two.

enter image description here -- you have earned Featured Contributor Badge enter image description here

Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: EDITORIAL BOARD
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