EasyGui
a simple library mod that hopes to make developing GUI a bit easier
EasyGui
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