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.
- Host: GitHub
- URL: https://github.com/0xC0A1/magic-pancakes
- Owner: kevinrodriguez-io
- Created: 2022-01-07T07:44:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T15:49:43.000Z (over 3 years ago)
- Last Synced: 2024-11-22T13:42:40.702Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.