🐰うさぎのうさこちゃんのイラスト
👧制服の女の子のイラスト
🌐3D作品
🎮ゲーム作品(webGLでビルドしているので実際に遊べます✨)

を作ってるエンジニア兼デザイナーのNFTクリエイターです❣️❣️🥺

36 110

Today, I made this generative-art using canvas-sketch-cli.
There is a course on abiut creative coding with canvas and webGL and it's really fun ...

2 11

'stuck in the sea, a sea of millions of animals, just twisting and turning and waiting, just like us all'

sea of shapes

1 4

A webGL digital painting, a combination of intention, pattern, and chance.

0 3

SpongeBob Fact: WebGL *cums all over the place* big chungus 🤭

3 3

Crafting Scroll Based Animations in Three.js - https://t.co/TLkVdZ3Igo
Learn how to create a scroll based animation in WebGL with Three.js.

1 1


t=0,draw=a=>{for(t||createCanvas(W=500,W,WEBGL,T=translate),background(0),lights(),i=0;i<350;i+=.1)push(x=250*cos(i)**33),y=150*sin(i)**3,z=(i*(1+17*sin(2e-4*t))+t)%1200,T(x,6*y,z),B(z),T(x,y,-z/2),pop(B("red"));t+=2},B=i=>{fill(i),box(8,1,15,22)}

10 77

今年もあと少しで終わってしまいます。
今年一年たくさんの方々にゲームをプレイしていただけたこと忘れません!
お礼とご挨拶を込めて、ミニゲームを作ってみました。
WebGLのみで、またみじか~いものですが、忙しい年末の気分転換になれば嬉しいです。
https://t.co/SlIDDdIGJu

9 35


s=50,r=0,draw=a=>{for(r||createCanvas(W=500,W,WEBGL),background(136,19,8),i=0;i<121;i++)push(),translate(i%11*s-W/2,floor(i/11)*s-W/2,0),rotateY(i/22+r),rotateX(sin(r/10)/2),fill([0,255][i%2]),box(s,s,1),pop();r+=.05}

4 27

some new shapes - almost looking like alien glyphs...

0 11

Few results from a new experiment with WebGL and 3d for with Gems almost ready! 💎

2 13

前に作ったやつをブロンズ像にしてみた。重過ぎてWebGLには載せられなかったわー

0 4

Urban Flora - initial explorations.

Thinking making not-so-big series on if i can make it run on average computer without🍳...

3 147

t=0
draw=_=>{t||createCanvas(W=800,W,WEBGL)
t+=.01
s=50
background(s,0,s)
noStroke()
rotateY(t)
pointLight(W,0,W,0,0,0)
for(i=324;i--;)for(j=2;j--;)h=noise(i+t,j+t)**2*s*5,push(),scale(1,j%2?-1:1),translate((i%18-9)*s,s*3-h/2,~~(i/18-9)*s),cone(s/3,-h),pop()}//#つぶやきProcessing

2 11

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

1 10

Diving deep under ocean again. I've spend few hours yesterday evening on experimenting with underwater procedural rock formations and "coral reef" with a touch or painterly look. Few words on the process... 1/5

9 49

新作を公開させていただきました。
今回は聖夜2(WebGLでのみ公開中)を下地に、アレンジしてみました。少し早いですが、ほんの少しでもクリスマスの雰囲気を感じていただけたら嬉しいです。
WebGLは https://t.co/tfwQeicaXG
アンドロイドは
https://t.co/Sf4yJL9e94
です。

19 61

Animated 3D Ribbons with Three.js

Join in deconstructing the ribbon animation seen on iad-lab with geometrical tricks.

https://t.co/FAyrChhoy6

5 60