レオナさんのプロフィール画像

レオナさんのイラストまとめ


プログラミングおえかきが好き!
クリエイティブコーディング(p5.js)とロボットアニメと特撮が大好きなwebエンジニア👩‍💻
本を出版しました!→ amazon.co.jp/~/e/B0CG3PMSL3
スト6🎮Mルーク練習中!
reona396.com

フォロー数:878 フォロワー数:2828

想像上の のうろこを描いてみました!
キラッキラであってほしいです💎✨


【アマビエのうろこ】
OpenProcessing :
https://t.co/Jn5yd0KURp
NEORT :
https://t.co/yGdNmnhjr2

7 33

drawingContextの破線を試してみた!
ワッペン風🧵🧷


【Wappen】
OpenProcessing :
https://t.co/NygVS0toFQ
NEORT :
https://t.co/wAv9YmBbpt

7 26

p5.js新作スケッチ投稿!
ジェネラティブな模様の出力をスライドショー形式でお楽しみください。


【Pattern Maker】
OpenProcessing :
https://t.co/NPfZi3hW5f
NEORT :
https://t.co/MkswP3rHtk

3 22

p5.js新作投稿!
でしゃばりな3D紙吹雪!🎉🎊


【Confetti】
OpenProcessing :
https://t.co/544Hnk1CzJ
NEORT :
https://t.co/qZUKnKDlQD

2 16


今年もお世話になりました💙
Thank you very much for a wonderful year💛

1 13

プログラミングで絵やアニメーションを作ってます!

I’m interaction engineer / creative coder.
I make generative art with code👩‍💻

🌏 https://t.co/ocmA682JvD
🖼️ https://t.co/MxKKrlZ6Nx



13 35

float i,s,t,x,y,n=300;size(600,600,P2D);colorMode(HSB,9);background(9);noFill();
beginShape();
for(i=0;i<n/2;i++){
strokeWeight(20*random(-1,1));stroke(random(9),8,8);
s=random(n*.9);t=random(PI*2);x=s*cos(t);y=s*sin(t);
curveVertex(x+n,y+n);}
endShape(CLOSE);

9 29

float i,s,t,x,y,n=300;
size(600,600,P2D);
colorMode(HSB,9);
background(9);
noStroke();
beginShape();
for(i=0;i<n/2;i++){
fill(random(9),9,9);
s=random(n*.9);
t=random(PI*2);
x=s*cos(t);
y=s*sin(t);
curveVertex(x+n,y+n);
}
endShape(CLOSE);

5 22

なるほど…なるほどなぁ〜

0 0