Created
January 2, 2024 21:12
-
-
Save nnirror/8214217e8fc5d21cc9c054fcdc672dbd to your computer and use it in GitHub Desktop.
genuary 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('gen5') | |
.silence(4000000) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(0, 500), ri(0, 500), 4000), _.ramp(ri(0, 500), ri(0, 500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(500, 1000), ri(500, 1000), 4000), _.ramp(ri(500, 1000), ri(500, 1000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(0, 500), ri(0, 500), 4000), _.ramp(ri(500, 1000), ri(500, 1000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(500, 1000), ri(500, 1000), 4000), _.ramp(ri(0, 500), ri(0, 500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000), _.ramp(ri(0, 500), ri(0, 500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000), _.ramp(ri(500, 1000), ri(500, 1000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000), _.ramp(ri(500, 1000), ri(500, 1000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000), _.ramp(ri(0, 500), ri(0, 500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(0, 500), ri(0, 500), 4000), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(500, 1000), ri(500, 1000), 4000), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(0, 500), ri(0, 500), 4000), _.ramp(ri(1500, 2000), ri(1500, 2000), 4000)) | |
}) | |
.iter(25, () => { | |
this.layer2d(_.from(1) | |
.dup(1999), _.ramp(ri(500, 1000), ri(500, 1000), 4000), _.ramp(ri(1000, 1500), ri(1000, 1500), 4000)) | |
}) | |
.saveimg('gen5' + rf()) | |
.once(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment