nnirror<p><a href="https://post.lurk.org/tags/genuary31" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>genuary31</span></a> prompt: Pixel sorting.</p><p>Facet code written in about 5 minutes, missed about 20 days in the middle but stayed true to my promise to do some of the genuary challenges.</p><p>image 1:<br>$('s')<br> .noise(1000000)<br> .slices2d(4, () => {<br> this.slices2d(16, () => {<br> this.sort()<br> .slices2d(Math.pow(ri(2, 20), 2), () => {<br> this.sort()<br> .rotate(choose([0, 90, 180, 360]))<br> })<br> })<br> })<br> .saveimg(ts(), [_.ramp(rf(), rf(), 1000000), _.ramp(rf(), rf(), 1000000), _.ramp(rf(), rf(), 1000000)])<br> .once();</p><p>image 2:<br>$('s')<br> .noise(1000 * 1000)<br> .slices2d(4, () => {<br> this.slices2d(16,()=>{this.sort().slices2d(Math.pow(ri(2, 20), 2), () => {<br> this.sort()<br> .rotate(choose([0, 90, 180, 360]))<br> })})<br> })<br> .saveimg()<br> .once();</p><p><a href="https://post.lurk.org/tags/genuary" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>genuary</span></a></p>