//=time() ?>
Flesh and Bone.
fab-210218015701
Weird tentacles with the De Jong attractor. 👻 https://t.co/skzxABwAv3
#processing #generative #creativecoding #OpenSource
#PCD2021 デイリーコーディング週間🗓️
2/17 テーマ【砂漠の惑星 Dune・藤丘】
#processing #creativecoding
Tiny bit of a WIP but this is my past project from class!! Learned a whole lot from this one... Still processing everything ^^;
F=lambda x,y:(cos(x*1.1)-y)%1
G=lambda x,y,z:(F(x,y),F(y,z),F(z,x))
size(600,600)
background(-1)
colorMode(HSB,1)
x,y=1,1
for j in range(5):
for i in range(200000):
x,y,z=G(*G(*G(*G(x,y,j))))
stroke(z,.8,1)
point(x*500+50,y*500+50)
#つぶやきProcessing #PCD2021 絵画!
Daily coding 2/16 テーマ「絵画」
#PCD2021
#processing
#creativecoding
お前絶対叫びに影響受けてるだろ
🌈アイコン配布🌈
5人目は五死郎🦈
⚠️加工禁止(ロゴ消しなど)
⚠️あくまでアイコン用にお願いします
※使う際はロゴが入る用お願いします
⚠️ Processing prohibited (e.g., logo eraser)
⚠️Please just use it as an icon.
*When using, please use the logo.
デイリーコーディング お題「絵画」
手描きっぽい質感にこだわりました!
#Processing #p5js #プログラミング #dailycoding #generative #creativecoding #OpenProcessing #NEORT #PCD2021
【PCD_DC04_Painting】
OpenProcessing :
https://t.co/53KVThxkQQ
NEORT :
https://t.co/VkhPaj2mNc
🌈アイコン配布🌈
5人目は猿門🐵
⚠️加工禁止(ロゴ消しなど)
⚠️あくまでアイコン用にお願いします
※使う際はロゴが入る用お願いします
⚠️ Processing prohibited (e.g., logo eraser)
⚠️Please just use it as an icon.
*When using, please use the logo.
#PCD2021 デイリーコーディング週間🗓️
2/16 テーマ【海外の絵画】
1⃣Fruits of the Midi - Renoir
2⃣Two Women - Gauguin
3⃣Self-Portrait with a Straw Hat - Van Gogh
4⃣Chrysanthemums - Renoir
#processing #creativecoding #OpenSource
https://t.co/FeQ8txc46c
A little bit of spiraling.. #generativeart #processing #genuary2021 #creativecoding #generative #mathart
Here it is the first 14 pages of Judgment Day, some of the pages are in the processing phase so wont exactly be in the final product.
Please sub or share, need all the support to keep this comic going.
https://t.co/d9ZuCfcgRU
Here it is the first 14 pages of Judgment Day, some of the pages are in the processing phase so wont exactly be in the final product.
Please sub or share, need all the support to keep this comic going.
https://t.co/V41hJusH04
f=lambda x,y:abs((sin(x)+y)%2-1)
g=lambda x,y,z:(f(x,y),f(y,z),f(z,x))
N=600
size(600,600)
colorMode(HSB,1)
for i in range(N):
for j in range(N):
h,s,b=g(*g(8.*i/N,20.*j/N,0))
set(i,j,color(h*.2+j*1e-3,s,b*3+.2))
#つぶやきProcessing #PCD2021 海!
fanart processing of Yuxin in Hogwarts uniform student theme😍
cr. 瑪斯特呱呱呱
add_library("handy")
H=HandyRenderer(this)
D,V=800,H.curveVertex
size(800,800)
colorMode(3,9)
for j in range(22):
fill(random(9),8,8)
H.beginShape()
V(0,D);V(0,D)
for i in range(41):V(20*i,40*(j+cos(3*i+j*i)*.8))
V(D, 40*j);V(D,D);V(D,D)
H.endShape()
#つぶやきProcessing