{"name":"1960 vibes","description":"LP x GenNext Auction 2024. p5.js code:\n\nconst sW = 720\nconst sH = 940\nlet counter = 0; // Initialize a counter variable\nlet seed; // Declare a variable for the random seed\n\nfunction setup() {\n  createCanvas(sW, sH);\n  noStroke();\n  background(0);\n    //seed = floor(random(1000)); // Set a random seed value\n  seed = 1960;\n}\n\nfunction draw() {\n  if (counter < 200) { // Check if the counter is less than 200\n    randomSeed(seed + counter); // Change the seed slightly for each rectangle\n    let r = random(255);\n    let g = random(255);\n    let b = random(255);\n    let alpha = random(200, 255);\n    let w = random(10, 100); // width of the rectangle\n    let h = random(10, 100); // height of the rectangle\n    fill(r, g, b, alpha);\n    rect(random(width), random(height), w, h);\n   /* \n    // Improve the visibility of the seed value on the screen\n    fill(0, 0, 0, 150); // Semi-transparent black background\n    rect(5, 10, 150, 20); // Adjust size as needed\n    \n    fill(255); // White color for text\n    textSize(16); // Set text size\n    text(`Seed: ${seed}`, 10, 30); // Position the text at the top\n    */\n    counter++; // Increment the counter\n  } else {\n    noLoop(); // Stop the draw loop after 200 iterations\n  }\n}","tags":[],"symbol":"OBJKT","artifactUri":"ipfs://bafybeiet3wfakr7l2xlk2ycdrkdus6454ljaese27ymd3pa7475idxs2yq","displayUri":"ipfs://QmeJMPwYMsntgwtvUmZX4nDxURW3UY2Vpcd6MdfmXPvuK3","thumbnailUri":"ipfs://QmPvse27Dr2MsQd6nmsVCMobbyaArPDumquE6XYtJjcR5k","creators":["tz1amoP9fqsHeDnCpDCNgqmUe8E1SLmrzsTF"],"formats":[{"fileSize":900069,"fileName":"GenNext_Art_Auction_seed_1960_2024_05_24_09_49_12.zip","mimeType":"application/x-directory","uri":"ipfs://bafybeiet3wfakr7l2xlk2ycdrkdus6454ljaese27ymd3pa7475idxs2yq"},{"mimeType":"image/png","fileSize":147585,"fileName":"cover_GenNext_Art_Auction_seed_1960_2024_05_24_09_49_12.png","dimensions":{"value":"1440x1880","unit":"px"},"uri":"ipfs://QmeJMPwYMsntgwtvUmZX4nDxURW3UY2Vpcd6MdfmXPvuK3"},{"mimeType":"image/png","fileSize":15962,"fileName":"thumbnail_GenNext_Art_Auction_seed_1960_2024_05_24_09_49_12.png","dimensions":{"value":"268x350","unit":"px"},"uri":"ipfs://QmPvse27Dr2MsQd6nmsVCMobbyaArPDumquE6XYtJjcR5k"}],"decimals":0,"isBooleanAmount":false,"shouldPreferSymbol":false,"date":"2024-05-24T10:04:14.712Z","mintingTool":"https://teia.art/mint"}