Giter VIP home page Giter VIP logo

tae-tool's Introduction

tae-tool

It stands for "Tarik Art Engine" (I used my real name, yes). It's a basic art generator for those guys who are obsessed with generating bunch of random art, aka NFTs based on assets (images) you provide. None-programmers will struggle a bit trying to run this program, just follow the instructions, and you should be good to go.

  1. Installation
    You have to download NodeJS to you machine to run this software Clone the repository using git, or download if you are a psycho. Then, go to the downloaded folder and type the 3rd cmd which will install all the necessary dependecies.
git clone https://github.com/Txreq/tae-tool
cd ./tae-tool
npm install
  1. Setup you assets

    • postioning
      First of all, you got to know the program won't position the assets for you magically, thus you have to do it your self.
      download

    • naming
      To make the software regonize the image value and trait please name it that way:

    NOTE: Just keep the rarity right before the image extention

    [value]_[rarity].png
    - e.g: myValue_myRarity.png
    
    • add you custom rarities
      Of course your can add your own rarities and to do that head up to ./configs/main.json there you could find add rarities I have already added, delete them if you want and add yours
    "rarities": [
    	{ "key": "myRariy", "rate": { "up": 100, "down": 0 } }
    ]
    

    If you skiped all your math classes you will screw with the rate, take a look to this diagram to get an idea what the heck is the up & down values.

    Untitled-2022-08-27-1632

To get a better understanding how in world this piece of software runs, take a look on the assets folder and configs/main.json, or contact me

  1. Ready to go!
    If everything has been set, you can run it with this command
node .
# or
node index.js

Disclaimer ⚠️

DONT EVER TRY TO GENERATE A HIGH AMOUNT OF ART WITH THIS PROGRAM IN LOCAL YOUR MACHINE.
I highly suggest for those pyschos who generates up to 1k, 10k, 100k images to do all what I have been said in a hosted virtual machine which has a good CPU and RAM.

tae-tool's People

Contributors

theunrealtarik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.