✨
🥞
Magic Pancakes
The magic pancakes cli currently supports one command:
$ pancakes generate
Installing
$ cargo build --release
$ cargo install --path ./
Notes
With Magic Pancakes you can generate NFT art. It uses parallelization in rust and a very LightWeight ThreadPool, that runs 1 thread per core. It expects several things:
- Layers must be
.png
files, even the background ones. - You must provide a JSON Template in the format of the Metaplex NFT Standard (For Solana NFTs).
- You must provide a Layers Configuration file.
See examples.