Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/x-slayer/nft-art-generator
- Owner: X-SLAYER
- Created: 2022-01-30T21:51:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T10:02:43.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T09:41:53.544Z (about 1 month ago)
- Topics: nft, nft-art-generator, nft-collections, nft-generator, x-slayer
- Language: Visual Basic .NET
- Homepage: https://youtu.be/FwEZ97wRoC4
- Size: 721 KB
- Stars: 28
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)