Skip to main content

let x, y; let fontSize = 40; let angle = 0; let speed = 0.02; let increment = 0; let spam = "SPAM"; let xpos = []; let ypos = [];

function setup() { createCanvas(800, 800); x = width / 2; y = height / 2; textAlign(CENTER, CENTER); textSize(fontSize); for (let i = 0; i < 10; i++) { xpos[i] = random(width); ypos[i] = random(height); } }

function draw() { background(0.69); angle += speed; let c = cos(angle) * 127 + 128; let s = sin(angle) * 127 + 128; fill(c, s,169); text(spam, x, y); fontSize += sin(angle) * 5; textSize(fontSize);

increment += 0.01;
for (let i = 0; i < xpos.length; i++) {
    xpos[i] += cos(increment + i * 0.1) * 5;
    ypos[i] += sin(increment + i * 0.1) * 5;
    text(spam, xpos[i], ypos[i]);
}

if (frameCount % 100 === 0) {
    spam += "SPAM";
    xpos.push(random(width));
    ypos.push(random(height));
}

}

KnownOrigin collection image

Discover rare digital art and collect NFTs.

Since Apr. 2018.

Category Art
Contract Address0xabb3...045b
Token ID29325002
Token StandardERC-721
ChainEthereum
Last Updated1 year ago
Creator Earnings
2.5%

Spam Saturation Cycle Code p5.js: Video is for representation.The Code in the Description is the Art

visibility
3 views
  • Price
    USD Price
    Quantity
    Expiration
    From
  • Price
    USD Price
    Quantity
    Floor Difference
    Expiration
    From
keyboard_arrow_down
Event
Price
From
To
Date

Spam Saturation Cycle Code p5.js: Video is for representation.The Code in the Description is the Art

visibility
3 views
  • Price
    USD Price
    Quantity
    Expiration
    From
  • Price
    USD Price
    Quantity
    Floor Difference
    Expiration
    From

let x, y; let fontSize = 40; let angle = 0; let speed = 0.02; let increment = 0; let spam = "SPAM"; let xpos = []; let ypos = [];

function setup() { createCanvas(800, 800); x = width / 2; y = height / 2; textAlign(CENTER, CENTER); textSize(fontSize); for (let i = 0; i < 10; i++) { xpos[i] = random(width); ypos[i] = random(height); } }

function draw() { background(0.69); angle += speed; let c = cos(angle) * 127 + 128; let s = sin(angle) * 127 + 128; fill(c, s,169); text(spam, x, y); fontSize += sin(angle) * 5; textSize(fontSize);

increment += 0.01;
for (let i = 0; i < xpos.length; i++) {
    xpos[i] += cos(increment + i * 0.1) * 5;
    ypos[i] += sin(increment + i * 0.1) * 5;
    text(spam, xpos[i], ypos[i]);
}

if (frameCount % 100 === 0) {
    spam += "SPAM";
    xpos.push(random(width));
    ypos.push(random(height));
}

}

KnownOrigin collection image

Discover rare digital art and collect NFTs.

Since Apr. 2018.

Category Art
Contract Address0xabb3...045b
Token ID29325002
Token StandardERC-721
ChainEthereum
Last Updated1 year ago
Creator Earnings
2.5%
keyboard_arrow_down
Event
Price
From
To
Date