Skip to content

RedCrafter07/graintfa

Repository files navigation


Graintfa

A tool for Minecraft GUI creation

GUI Image

Important

This project was temporarily discontinued. Continuation will come soon, stay tuned!

Installation

Graintfa is very simple to install. Just go to the releases page and pick your preferred installation method. Currently, Graintfa is only available for Windows. We recommend using the offline or web installer.

Usage

When you start first, you will see the home screen. It's pretty much self explaining and you will find what you need quickly. All important actions are in the navbar, which is located at the bottom of your screen.

File Types

Graintfa is using its own file type, .rgraintf. These files contain the data of your GUI, for example where the fields are positioned exactly.

Finished designing?

When you're ready with your design, you can press F12 to render the GUI. You will be prompted with a preview. On the right, you can click on the Render Menu Button. You can save and copy your render there. Simple, right?

Bugs & feature requests

Github has an issues tab. Bugs and feature requests can be reported/made there. Thanks!

Launch or build on your own

You can launch or build Graintfa using NodeJS.

  • Install NodeJS
  • Clone the source code. You can use Github Desktop for that
  • If not installed, install yarn: npm i -g yarn
  • Install the needed dependencies: yarn install

The following commands should be executed on the source code location (!)

  1. Launching

    • Start it by executing the command yarn start.
  2. Building

    • Build Graintfa by typing yarn package into your console. This command will create installers and a packaged version of the file.

License

Graintfa is licensed under the GPL v3 license.

  • While the Graintfa source code is licensed, you're GUIs aren't. You can do with them what you want. A credit is always appreciated anyway :)
  • Because you own your GUIs, you can share them with others how you want.