You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Label/text scaling while still accurately measuring the dimensions (maybe just multiply base dimensions by scale factor?)
Add all other components from old UI widgets
Create all GUIs dynamically and attain parity between the systems (then delete the old one)
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.
The text was updated successfully, but these errors were encountered: