An open API service indexing awesome lists of open source software.

https://github.com/0xC0A1/magic-pancakes

✨🥞 | A performant rust-cli for generative art.
https://github.com/0xC0A1/magic-pancakes

Last synced: about 1 month ago
JSON representation

✨🥞 | A performant rust-cli for generative art.

Awesome Lists containing this project

README

          

# ✨🥞 Magic Pancakes

The magic pancakes cli currently supports one command:

```bash
$ pancakes generate
```

## Installing

```bash
$ 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:

1. Layers must be `.png` files, even the background ones.
2. You must provide a JSON Template in the format of the Metaplex NFT Standard (For Solana NFTs).
3. You must provide a Layers Configuration file.

See examples.