PhiloTFarnsworth / BitSprite

A Free 8-Bit Sprite Generator. Create 256 variants from a single template .PNG
MIT License
19 stars 0 forks source link

possible to do a version for nft collections of 10k generation? #2

Open hiqsociety opened 2 years ago

hiqsociety commented 2 years ago

possible to do a version for nft collections of 10k generation?

need a few things

  1. 64x64 pixels
  2. a few traits in folders (png / bitmap) such as eyes, mouth, head dressing, necklace, earrings, male/ woman etc that's all?

also should be like cryptopunk's face showing side ways? possible to do this?

can we do this together? will share the royalties with you for the nft collection

PhiloTFarnsworth commented 2 years ago

Thanks for your interest in BitSprite.

At the moment, I'm a little backlogged with personal projects at the moment, so I don't think I would be able to devote the time necessary to create a program like that. That being said, I think you may be capable of producing a fair bit of the assets you would need for such a project using BitSprite.

I wouldn't necessarily recommend using BitSprite building face bases such as those used for the Cryptopunk's design, you could definitely use it for some traits and use the '-outname' and '-individuals' options to save the assets to specifically named folder. Beyond that, you could elaborate and include something like shirts, combining two sprites like below:

Shirt template

and run

bitsprite.exe -template=shirt -legacy=t -fold=o -upscale=5 -individuals=t 

using the delimiter feature it outputs:

shirtSpriteSheet

This is just a sample of 65k possibilities you can produce with the two images that make up the original template (See the Flower implementation in the Readme for an example of compositing). If you're looking for something to sew together images outside of a game development environment, I would suggest writing a script utilizing Graphics Magick.

I really appreciate the interest, and wish you luck on the venture.