{"name":"The [Meta] Instructions","description":"//                         T H E\n//  ____                       __                ____     \n// /\\  _\\      /'\\_/'\\        /\\ \\__            /\\__ \\    \n// \\ \\ \\/     /\\      \\     __\\ \\ ,_\\    __     \\/_/\\ \\   \n//  \\ \\ \\     \\ \\ \\__\\ \\  /'__'\\ \\ \\/  /'__'\\      \\ \\ \\  \n//   \\ \\ \\_    \\ \\ \\_/\\ \\/\\  __/\\ \\ \\_/\\ \\L\\.\\_     \\_\\ \\ \n//    \\ \\___\\   \\ \\_\\\\ \\_\\ \\____\\\\ \\__\\ \\__/.\\_\\    /\\___\\\n//     \\/___/    \\/_/ \\/_/\\/____/ \\/__/\\/__/\\/_/    \\/___/\n//  ______________________________________________________\n// |                                                      |\n// |               I N S T R U C T I O N S                |\n// |______________________________________________________|\n// |                                                      |\n// |  This OBJKT takes its own description metadata and   |\n// |      executes it as code to render its output        |\n// |______________________________________________________|\n// |                                                      |\n\n            background(backgroundColor);\n            points = new Array(floor(random(2,50)));\n\n            padding = width/50;\n            for (let i = 0; i < points.length; i++) {\n              points[i] = {\n                x:random(padding,width-padding),\n                y:random(padding,height-padding)\n              };\n            }\n\n            for (let i = 0; i < points.length; i++) {\n              for (let j = 0; j < points.length; j++) {\n                strokeWeight(width/2000);\n                stroke(lineColor);\n                line(\n                  points[i].x,points[i].y,\n                  points[j].x,points[j].y\n                );\n              }\n            }\n\n// |______________________________________________________|\n// |                                                      |\n// |      Clicking anywhere regenerates the art and       |\n// |          toggles between black/white mode            |\n// |                                                      |\n// |                    Made in p5js                      |\n// |______________________________________________________|\n// |                                                      |\n// |  29 July 2021                                @Yazid  |\n// |______________________________________________________|","tags":["generativeart","conceptual","interactive","experimental","abstract","p5js","yazid"],"symbol":"OBJKT","artifactUri":"ipfs://QmYfi4k35NXfjwjWLTgP6sLT5Y2YZWfF3xfznbe9BC6ZnP","displayUri":"ipfs://QmPUPpEn65prnx9S96zKAEYpJK9EG21TVJADaCd4hsWnXZ","thumbnailUri":"ipfs://QmTPDzAnVodx846a1n3zTiN3ASbp9uM99jW65N9fEXffsr","creators":["tz1QgjmhrUD3X7kgS9mMHbUz4cS6uDiFGhAU"],"formats":[{"uri":"ipfs://QmYfi4k35NXfjwjWLTgP6sLT5Y2YZWfF3xfznbe9BC6ZnP","mimeType":"application/x-directory"}],"decimals":0,"isBooleanAmount":false,"shouldPreferSymbol":false}