Polyspiral: Difference between revisions

m
→‎SDL full animation: Longer color cycle
m (→‎SDL full animation: Add ability to "reverse" direction)
m (→‎SDL full animation: Longer color cycle)
Line 1,505:
my $angle = 0;
my $lines = 240;
my @rgb = (^$lines).map: { hsv2rgb(($_ * 52 % 360)/360, 1, 1).list };
my ($x1, $y1);
my $sleep = 0.03;
10,327

edits