I recently purchased an NFT from the Cryptopunks Reload collection. These animations re-create a Cryptopunk by filling in each of the features of a punk one pixel at a time. I was excited to get a hold of one of these and equally excited to try to figure out how they made them. Go check them out!Cryptopunks Reload #0002How did they do that?In this post, I’ll use the cpunks-10k Python API and the numpy library to write a generator that makes something fairly close to the Reloaded punks.Getting...