promotional bannermobile promotional banner

EasyGui

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

File Details

easy_gui-1.0.2.jar

  • R
  • Jul 6, 2025
  • 285.60 KB
  • 11
  • 1.21.1
  • NeoForge

File Name

easy_gui-1.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:easygui-1288202:6736242"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • changed positioning code to use matrices. so it properly includes rotation for position now
  • added templates
    • use json files to build UI!
    • added actions for templates
    • added registry for deserializers and actions
  • now mouseOver and getGlobalPoint account for rotation
  • added simple display entity
  • added simple display slot
  • added InventoryPanel
  • added ContainerScrollBox(for displaySlots)
  • fixed inconsistent Combo Box Rendering
  • fixed bug where variant sized elements crashed templates
  • updated screenToLocal and added localToScreen