画質 高画質

Flesh and Bone.
fab-210218015701
Weird tentacles with the De Jong attractor. 👻 https://t.co/skzxABwAv3

3 15

デイリーコーディング週間🗓️
2/17 テーマ【砂漠の惑星 Dune・藤丘】

4 13

Tiny bit of a WIP but this is my past project from class!! Learned a whole lot from this one... Still processing everything ^^;

4 48

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)
絵画!

3 29

Daily coding 2/16 テーマ「絵画」




お前絶対叫びに影響受けてるだろ

2 8

🌈アイコン配布🌈

5人目は五死郎🦈

⚠️加工禁止(ロゴ消しなど)
⚠️あくまでアイコン用にお願いします

※使う際はロゴが入る用お願いします

⚠️ Processing prohibited (e.g., logo eraser)
⚠️Please just use it as an icon.

*When using, please use the logo.

228 1015

デイリーコーディング お題「絵画」
手描きっぽい質感にこだわりました!



【PCD_DC04_Painting】
OpenProcessing :
https://t.co/53KVThxkQQ
NEORT :
https://t.co/VkhPaj2mNc

8 21

🌈アイコン配布🌈

5人目は猿門🐵

⚠️加工禁止(ロゴ消しなど)
⚠️あくまでアイコン用にお願いします

※使う際はロゴが入る用お願いします

⚠️ Processing prohibited (e.g., logo eraser)
⚠️Please just use it as an icon.

*When using, please use the logo.

329 1335

デイリーコーディング週間🗓️
2/16 テーマ【海外の絵画】
1⃣Fruits of the Midi - Renoir
2⃣Two Women - Gauguin
3⃣Self-Portrait with a Straw Hat - Van Gogh
4⃣Chrysanthemums - Renoir

https://t.co/FeQ8txc46c

4 17

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

4 6

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

4 5

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))
海!

2 16

fanart processing of Yuxin in Hogwarts uniform student theme😍
cr. 瑪斯特呱呱呱

7 35

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()

2 14