「Creative Coding:2020」配信( )を見てて、僕がP5を始めたころを思い出した。当時は色々動画を見てやってたなあ。10 print chr$(205.5+rnd(1)) goto 10の話で、何故ひとはこういう模様を見て美しいと感じるのかが分からないんですよね、というのが印象的だった。まさにそう。

3 16

Spinning + Zooming Julia Fractal in 184 bytes


::_::a=t()/99z=1.7+sin(a*2)d=z*cos(a)e=z*sin(a)r=rnd(128)s=r%1*128i,u,v=0,r/32-2,s/32-2x,y=u*d-e*v,u*e+d*v
repeat
i+=1x,y=x*x-y*y+e,d+x*y*2until(i>16or x*x+y*y>4)
?"+",r-1,s-2,i
goto _

🎩
🤖✨

38 156

10 PRINT CHR$(205.5+RND(1)); : GOTO 10のアルゴリズムを用いて,格子状にランダムに斜線を引き,斜線上に線をまたぐように円弧を配置する.円弧は線または塗りで描画する.#p5js https://t.co/Lug0MCFkZj

6 54



q=circfill::_::cls(15)srand(36)for i=0,9 do
x=64.5y=99g=.25h=(rnd(5)+1+sin(t()/4+i/9)*.2)/999*(i%2*2-1)for j=0,80 do
x+=cos(g)y+=sin(g)g+=h
for k=0,1 do
q(x-k,y,6-j/80*6,9-k*5)end
if(j>35 and j%4<1)for k=0,rnd(25) do q(x+rnd(3),y-2+k,1,3+k%2*8)end
end
end
flip()goto _

23 109

Mallory Ambrai - RnD chief of the MGEA
The Condemnables - coming this summer

3 18

pick a random pixel lower it by 1. no cls.
circ_x=0
::_::
for i=0,15 do
x=rnd(128)
y=rnd(128)
pset(x,y,max(pget(x,y)-1),0)
end
circfill(circ_x,63,7,15)
circ_x=(circ_x+.002)%128
goto _

2 11



c=circfill::_::cls(9)q=rnd
c(64,64,30,7)srand()for i=0,70 do
x=flr(q(148)-t()*(8+q(8)))%148-10y=32+q(64)r=5+q(5)for j=0,1 do
c(x+.5+j*(x-64)/30,y+j,r,15-j*11)end
end
for i=0,999 do
x=(i-t()*8)%128y=q(128)u=x*.5+32v=y*.5+32
if(pget(u,v)==7)line(x,y,u,v,7)
end
flip()goto _

93 517

using a rnd generator to find the best of the 863040 nonrepeating 4 color combos.

29 172

NIGHT TRAIN
A quick

x=0::_::cls(13)srand()for i=0,44 do
z=64+3*sin(i/45)y=z+cos(i/2)*(9+z*z%61)x-=3
?"ˇ",x,rnd(128),6
u=x+2*sin(x/31)
for j=-9,rnd(4)+7 do line(u,y-9,x+j,y+4+i%9,1+flr(y%2)*5)end
?"=",x,z,1
if(sin(x/84)>.8)print("😐",x,z-2)
x%=134end
flip()goto _

213 1074

転2775_1。2hp rndとbrstで転がし。なんか少し惜しいとこまで行ったよーな。

1 6

ということで「10 PRINT CHR$(205.5+RND(1)); : GOTO 10」を参考に、乱数を使って2つの選択肢から直線の方向をどっちか選んで描いてみたもの。

1 3

Two black chars are credited to: RND || '+' || HowRandomD, just my practice on his awesome style.
Langye|Az|Haru characters are shown.

Starting development of my new Fursuit with this sketch. Hope I could get it done during the summer break!

2 5


cls(7)
circfill(64,64,36,0)
function _draw()
for i=0,3000 do
x=rnd(128) y=rnd(128)
circfill(x,y,1,pget(128-x,y))
end
end

16 121

Some Chars: Az, Langye, RND n' meh! :3

0 5

On This Day 1995
‘Shoot To Kill’
A Fantastic Hat-trick from Tony Yeboah.
A.S Monaco 0-3 Leeds Utd
UEFA Cup 1st Rnd 1st Leg

31 173

Some Late-Night Shenanigans~~ I've been heavily influenced by RND's fulfilling style~ So you might pick up a bit of his jam in more of mah stuff. <3

1 4

📸Rangers fans that made the trip to Poland in October 1988 for the UEFA Cup 1st Rnd tie v GKS Katowice.

We won 4-2 thanks to goals from Butcher (2), Durrant & a screamer from Ian Ferguson

Gers-Woods,Stevens,Munro,Gough,Butcher,Wilkins,Cooper,I.Ferguson,Durrant,Walters,McCoist

6 54