EffectsIndex's profile picture. Collecting effects from all over the world. #processing #procedural #p5js #shader #animation #vfx #creativecoding #glsl #generative #generativecode

An index of Visual Effects

@EffectsIndex

Collecting effects from all over the world. #processing #procedural #p5js #shader #animation #vfx #creativecoding #glsl #generative #generativecode

An index of Visual Effects reposted

パーリンノイズによる隙間。ソースコード -> junkiyoshi.com/openframeworks… #openframeworks #creativecoding


An index of Visual Effects reposted

本日の作品の微改良版。 カラフルな粒子が発生するように + 加算合成 + 気持ち速度を早めに #p5js


An index of Visual Effects reposted

HD's


An index of Visual Effects reposted

本日の作品。 カラフルな粒子系を右から左に流れるような感じで。 流れ星的な感じを出したかったが...だったらもう少し早さを大きくしても良かったかも。 #p5js


An index of Visual Effects reposted

int x,y,i,t,n; void setup(){size(720,720);colorMode(HSB);noStroke();} void draw(){ clear(); t++; for(y=-80;y<=720;y+=80) for(x=0;x<=720;x+=80) for(i=-15;i<15;i++){ fill((x+t)%255,abs(255-(n=y+t%80+i)%510),255); circle(x+noise(x*.1,n*.1)*50,n,8); } } #つぶやきProcessing


An index of Visual Effects reposted

(Music on) Simple, autonomous agents creating infinite gradient illustrations. Generative poster designs created with #code, built with #Processing.


An index of Visual Effects reposted

Finally weekend! Here a #vertex #animation #shader to wrap up the week. more #vfx and #glsl experiments in my IG account instagram.com/p/B09cK3DBkAs/…


An index of Visual Effects reposted

An index of Visual Effects reposted

An index of Visual Effects reposted

パーリンノイズ由来の線を六角形でプロット ソースコード -> junkiyoshi.com/openframeworks… #openframeworks #creativecoding


An index of Visual Effects reposted

An index of Visual Effects reposted

An index of Visual Effects reposted

An index of Visual Effects reposted

103作目です。(唐突なナンバリング) fal-works.com/creative-codin… 霧箱的な発想でなにか作ろうとして飽きたやつです。


An index of Visual Effects reposted

SHERBET MOUNTAIN - - - - - - 4 / 30 Happy Friday y'all! Celebrating my band @HostBodiesMusic new single release today and feeling like I'm on top of a mountain of gum drop lollipops. #everyday

NickHess303's tweet image. SHERBET MOUNTAIN
- - - - - -
4 / 30
Happy Friday y&apos;all! Celebrating my band @HostBodiesMusic new single release today and feeling like I&apos;m on top of a mountain of gum drop lollipops.
#everyday

An index of Visual Effects reposted

An index of Visual Effects reposted

An index of Visual Effects reposted

An index of Visual Effects reposted

float x,y,t,r,T; void setup(){size(720,720);colorMode(HSB);} void draw(){fill(0,2);square(0,0,720);fill(noise((int)(t/49))*255,128,255);if((T=t%49)==0){x=random(720);y=random(720);}for(r=0;r<TAU;r+=PI/5)circle(2*cos(r)*T+x,2*sin(r)*T+y,cos(T/49*PI/2)*30);t++;} #つぶやきProcessing


Loading...

Something went wrong.


Something went wrong.