PepperLola / playerinfo

A Minecraft mod that does some cool stuff.
GNU General Public License v3.0
8 stars 3 forks source link

Dynamic UI System #53

Open PepperLola opened 2 years ago

PepperLola commented 2 years ago

Add a dynamic UI system that allows one to programmatically create a UI for an easier and more streamlined development process, and a more unified user experience. For example, this would mean a wrapper around the built-in Minecraft UI classes that provides an easy to use API for creating UI screens with custom components.

PepperLola commented 2 years ago

Changes

Added dynamic label, button, checkbox, spacer, and horizontal/vertical stack. Interacting with elements works, positioning them, adding them to a stack, etc. Also created Armor GUI dynamically.

TODO

PepperLola commented 2 years ago

Changes

TODO