Version: 0.1.0 – Beta
Date: 2025-12-29
Features
- Core Engine: Initial release of the CubeUI library framework.
- Theme System: Implemented
ThemeManagerfor centralized UI styling. Added defaultVanillaThememimicking standard Minecraft aesthetics. - Smart Rendering: Added
CuiRenderHelperwith support for 9-slice (panels) and 3-slice (buttons/text fields) rendering to prevent texture stretching. - Widget Library:
CuiButton: Themable button with hover/disabled states.CuiPanel: scalable background panel.CuiSlot: Item slot container with custom highlighting.CuiTextField: Input field with placeholder text support.CuiArrow: Progress arrow widget.
- Developer Tools: Added in-game Debug Overlay accessible via
Ctrl + Shift + U. - Commands: Added
/cui_invcommand for testing inventory containers.


