Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/x-slayer/nft-art-generator

A tool to generate generative NFT art projects.
https://github.com/x-slayer/nft-art-generator

nft nft-art-generator nft-collections nft-generator x-slayer

Last synced: 18 days ago
JSON representation

A tool to generate generative NFT art projects.

Awesome Lists containing this project

README

        



# NFT ART GENERATOR

A simple application to generate NFT's through a graphical interface. Simple as that ^_^

# Features

- Multiple layers
- Reorder Layers
- No coding skills required

# How to use

``` All images used to create the NFT MUST have the same dimensions (width and height). ```

Create your different layers as folders and put them in one directory, and add all the layer assets in these directories.
then browse that directory and reorder them as you like

├─ my_layers/
│ ├─ background/
│ │ ├─ file1.png
│ │ ├─ file2.png
│ │ ├─ file3.png
│ │ ├─ ...
│ ├─ faces/
│ │ ├─ file4.png
│ │ ├─ file5.png
│ │ ├─ ...
│ ├─ eyes/
│ │ ├─ file6.png
│ │ ├─ ...
│ ├─ ..

![NFT art generator](https://user-images.githubusercontent.com/22800380/151887643-9d45ee22-c7bf-4819-8316-1af7422821e5.PNG)