//=time() ?>
On this day in Hajime no Ippo history:
March 29th: Chapters 255, 726, and 1176 were released along with episode 25 of Rising
function setup(){createCanvas(640,640)}function draw(){background(255,4);let l=random;x=l(640),y=l(640),rectMode(CENTER),s=l(x/4),fill(0,0,l(127),127),triangle(x,y,1.2*x,1.2*y,x,1.2*y),s=l(x/6),fill(255,127),circle(x,y,s),s=l(x/8),fill(0,127),circle(x,y,s)}//#つぶやきProcessing
#つぶやきProcessing
#StrAttrCat Strange Attractor Catalog
# ID: POJLMTCJVDSO
size(500,500)
clear()
stroke(255,255,70)
blendMode(ADD)
x=y=.05
for _ in [0]*(5**7):u=+.3+x*(+.2-.3*x-.1*y)+y*(+0+.7*y);v=-1+x*(-.3+.9*x-.9*y)+y*(+.6+.2*y);point(337*(u+0.0),207*(v+1.4));x,y=u,v
253, 254, 255, 256
256 is a Rubicon… I will decide whether to cross the Rubicon on another day 🤔
…if the decision is not made for me, just over two weeks of minting left on beta contracts ⌛️
This bored ape is currently going for a top bid of $255,701.
You cannot tell me that you think this jpeg that I just downloaded off the auction site that it is being sold on is worth 255k. And if you do then I will tell you that it is not.
@arloberlo 拾い物画像でセンセンシャル!
肌色→影(赤)→影(青みがかった赤)に色相がズレたみたいに変化してるけど実際にはRGBで(255,230,225)→(215,155,155)→(185,150,150)くらいだゾ
どうじゃ、(合成で同じ事できるけど)原理がわかれば応用できると思うてみ、むごい事じゃろうが…(イワナの怪)
#genuary2022 Day 8 Single Curve
void setup(){size(800,800);noFill();background(255,255,200);stroke(150,50,50);float a=0,inc=.3,r,p,e=8;beginShape();while(a<900){r=a*.35;p=r/5;curveVertex(400+r*cos(a)-p*sin(a*e),400+r*sin(a)+p*cos(a*e));e+=.000004*cos(a/200);a+=inc;}endShape();}
【主題歌情報】
本作のエンディングテーマが
🟦蒼生シュウタ cv.#榎木淳弥
🟥朱城ラン cv.#内田雄馬
🟩翠堂コウキ cv.#石川界人
の3人が歌うキャラクターソング
「255,255,255」に決定🎶
作詞・作曲・サウンドプロデュースを
下村亮介(the chef cooks me)が担当🎶
お楽しみに!
#東京24区
o=[]
setup=_=>{createCanvas(W=800,W,WEBGL)
noStroke()
for(i=81;i--;)o[i]=[i%9-4,~~(i/9)-4,noise(i)*W]}
draw=_=>{background(W,0,0)
for(i=81;i--;)[x,y,z]=o[i],fill(z/W*255,0,0),push(),translate(x*W/20,y*W/20,o[i][2]=(z+4)%W),rotateX(PI/2),cone(W/60,W/5),pop()}//#つぶやきProcessing
Minis 255, 256, 257, and 258.
From the Fatal Fantasy Kickstarter I painted a dead adventurer and a dead lizard beast. From @manticgames TerrainCrate, Dark Lord’s Tower set, the sacrificial table and a summoning crystal.
Also finished the story I started in the post above!
🍁gooskaイベント予定🍁
10/16-31【北海道委託】#ヴィレッジストア
10/21-25【大阪委託】#メルメリィアンテナshop
11/13-14【東京】#デザインフェスタ/B-255,256
12/11-12【愛知】#クリエーターズマーケット
🍃ネットショップ🍂
base▶︎ https://t.co/0I0UnBh0yF
minne▶︎ https://t.co/u4bt0ASTTl
#つぶやきProcessing 「網の巣」
f=0
draw=_=>{
f||createCanvas(500,500)
background(0)
noStroke()
for(i=0;i<TAU;i+=PI/6){
for(r=0;r<(R=f*7%490);r++){
t=int(f/70)
fill(255,255*sin(R/490*PI))
circle(500*noise(t)+r*cos(I=i+asin(sin(t+r/30))/PI),500*noise(t,9)+r*sin(I),r/30)
}
}
f++
}