EasyGui

Quick rating

Community listing page, reviews here may not be monitored by the author.

EasyGui

No reviews yet

a simple library mod that hopes to make developing GUI a bit easier

Mod Loaders
Minecraft

About

Description

EASY GUI

Easy GUI is a UI Framework that hopes to make developers lives slightly easier when developing UI for their mod.

please make sure to use the most recent versions of the mod

developed for 1.21.1 may work on newer versions but not guarenteed

what to expect

  • hierarchically rendering structure. each element has children which themselves have children. these children are then rendered relative to their parents. this includes evetything including parent rotation and scale
  • custom scale. easily add a custom scale factor to elements this lets you scale down hight detail graphics to fit in a small area
  • ignore default minecraft scaling. for more complex ui manageing the different MC scale factors can be annoying. so just chose not to use it
  • overaly Manager. easily overide vanilla overlys and make your own!
  • prebuilt elements. comes with a wide range of prebuilt elements you can either use directly or extend
  • allows the use of both textures and texture sheets. also adds a basic sprite sheet animation handelr
  • manages rotation easier. automaticly including it in positioning calculatins and child rendering
  • Templates. easily create ui from just a json file!
    • use actions to add customizability to your UI!

All in all this mod is designed to make your life easier when developing a UI for your mod

Wiki   

for instructions on use please see the github

EASY GUI

Easy GUI is a UI Framework that hopes to make developers lives slightly easier when developing UI for their mod.

📝 please ensure you are using version 2+, since most documentation is outdated for older versions

developed for 1.21.1 may work on newer versions but not guarenteed

what to expect

  • hierarchically rendering structure. elements are handled in a tree strucutre with parents and children, children are positioned and scaled relative to their parents.
  • built in transform. by default handles scale and rotation, and applies it to children
  • Optional disable of minecraft scaling for specific UIFrames
  • overaly Manager. easily overide vanilla overlys and make your own
  • prebuilt elements. comes with a wide range of prebuilt elements you can either use directly, extend or learn from
  • texture wrappers for easier texture managing
  • comprehensive event system, with both targeted events and global events

All in all this mod is designed to make your life easier when developing a UI for your mod

❗ I have not yet set up a maven repo, so you would need to use Jitpack for now

for usage instructions please see github

source    jitpack