partyparrotclub / nft-image-generator

CLI program for building generative projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT image generator

This is the project to help artists to generate NFT collection, which can be generated from layers of PNG images.

Usage

  1. Get archive for your system in the releases section.
  2. Unpack it to the directory you want to work in.
  3. You need to make sure that collection_schema.json exists and describes collection you want to generate. You can start with copying sample_collection_schema.json.
  4. Also you need to create folder layers and put their folders according to the order you specified in collection_schema.json. There are some for generating early versions of Party Parrots.
  5. Run image_generator binary file. You should run it from Terminal / Console app as ./image_generator. On Mac terminal can be launched following this guide.

Dev notes

You can run project with:

cargo run

You can build it with

cargo build --release

You can cross-compile it for windows with:

cargo build --release --target x86_64-pc-windows-gnu

About

CLI program for building generative projects


Languages

Language:Rust 100.0%