arkivo.art

The [Meta] Instructions #7

Yazid

// T H E // ____ __ ____ // /\ _\ /'\_/'\ /\ \__ /\__ \ // \ \ \/ /\ \ __\ \ ,_\ __ \/_/\ \ // \ \ \ \ \ \__\ \ /'__'\ \ \/ /'__'\ \ \ \ // \ \ \_ \ \ \_/\ \/\ __/\ \ \_/\ \L\.\_ \_\ \ // \ \___\ \ \_\\ \_\ \____\\ \__\ \__/.\_\ /\___\ // \/___/ \/_/ \/_/\/____/ \/__/\/__/\/_/ \/___/ // ______________________________________________________ // | | // | I N S T R U C T I O N S #7 | // |______________________________________________________| // | | // | This OBJKT takes its own description metadata and | // | executes it as code to render its output | // |______________________________________________________| // | | noiseSeed(random(10000)) noiseDetail(1) background(pieceColors[0]) let inc = 0.01 rectMode(CENTER) fill(pieceColors[1]) noStroke() let nYOff = 0 for(let y=0;y<rows;y++){ // 100 rows let nXOff = 0 for(let x=0;x<columns;x++){ // 100 columns push() translate((x+0.5)*gridWidth, (y+0.5)*gridHeight) let angle = map(noise(nYOff,nXOff),0,1,0,360) rotate(radians(angle)) rect(0,0,width/800,height/30) // 10,000 lines pop() nXOff += inc; } nYOff += inc; } // |______________________________________________________| // | | // | Clicking anywhere regenerates the art and | // | toggles between black/white mode | // | | // | Made in p5js | // |______________________________________________________| // | | // | 12 Aug 2021 @Yazid | // |______________________________________________________|

Blockchain tezos
Smart Contract KT1RJ6PbjHpwc3M5rw5s2Nbmefwbuwbdxton
Platform HEN
Token ID 203753
Minted at 12 Aug 2021, 14:38 UTC

Metadata URI Metadata URI
Artifact URI Artifact URI

generativeart , interactive , experimental , abstract , p5js , conceptual , yazid

JavaScript true
Networked true

Timestamp (UTC) 2024-08-17T04:22:45.456Z
Snapshot version 1
External network calls 1
GET https://api.better-call.dev/v1/tokens/mainnet/metadata?creator=tz1QgjmhrUD3X7kgS9mMHbUz4cS6uDiFGhAU
Download Snapshot Download
Snapshot Image