Loading video...

Video Failed to Load

Go Home

$=[],t=0,draw=_=>{t++||createCanvas(540,540);background(0,9);$=[...$.slice(-5e3),...[...'#つぶやきProcessing'].map(p5.Vector.random3D)];$.map(v=>stroke(255,96).point((v.x+=sin((r=9*((v.x*(k=v.x+5+v.y)^v.y*k+t/90)&7)-.1 )*v.y)/119)*119+270,(v.y+=cos(v.x*r)/119)*119+270))}

199,339 views • 2 years ago •via X (Twitter)

10 Comments

TJ Allard's profile picture
TJ Allard2 years ago

let t = 0; function setup() { createCanvas(400, 400); noStroke(); } function draw() { background(0, 20); fill(255); for (let i = 0; i < 10; i++) { let x = width / 2 + sin(t + TWO_PI / 10 * i) * 100; let y = height / 2 + cos(t + TWO_PI / 10 * i) * 100; ellipse(x, y, 20, 20); } t += 0.01; }

GBSaM's profile picture
GBSaM2 years ago

Can someone pls explain this

Esaul Cardo's profile picture
Esaul Cardo2 years ago

Dall-E 3 interpretations

IMAM A SIDDIQUE's profile picture
IMAM A SIDDIQUE2 years ago

@TonyJMatos #AIArt #CheckTheseOut #IMAMODEL

IMAM A SIDDIQUE's profile picture
IMAM A SIDDIQUE2 years ago

@TonyJMatos #Changed $=[],t=0,draw=_=&gt;{t++||createCanvas(540,540);background(0,9);$=[...$.slice(-5e3),...[...'#つぶやきProcessing'].map(p5.Vector.random3D)];$.map(v=&gt;stroke(255,96).point((v.x+=sin((r=9*((v.x*(k=v.x+5+v.y)^v.y*k+t/90)&amp;7)-.1 )*v.y)/119)*119+270,(v.y+=cos(v.x*r)/119)*119+270))}

🅃🄰🅁🄴🄺 🅆🄰🅈🄽🄴 👽🔥's profile picture
🅃🄰🅁🄴🄺 🅆🄰🅈🄽🄴 👽🔥2 years ago

This is all in Processing?

Sir Gideon Ofnir, The All-Knowing's profile picture
Sir Gideon Ofnir, The All-Knowing2 years ago

Can you post formatter version in the post attached. And how to actually run this?

Marc Almeida ッˎˊ˗'s profile picture
Marc Almeida ッˎˊ˗2 years ago

@x0rz Interesting, tested in stable diffusion as a prompt:

CosmicThinker's profile picture
CosmicThinker2 years ago

This shows we how far I was from becoming an actual program developer. Anyway....

Ian Small 🌏🌦️🌱🌾 ꩜ 🐄🐓's profile picture
Ian Small 🌏🌦️🌱🌾 ꩜ 🐄🐓2 years ago

@DrMiaow JavaScript is wow

Related Videos