What problem does it solve?
Nez UI best practices and PitHero conventions provide a unified, maintainable approach to building UI layers, layouts, skinning, and interactions, reducing inconsistency and onboarding time across UI code.
Core Features & Use Cases
- Standardizes UI skin management and style usage across PitHero, ensuring the "ph-default" aesthetic.
- Documents patterns for common UI constructs: TableLayout, Window, TabPane, ScrollPane, Dialogs, and drag-and-drop with InventoryDragManager/DragDropOverlay.
- Guides event handling, input patterns, and reusable custom UI components to accelerate development and maintainability.
- Real-world use case: engineer a reusable Inventory UI panel with draggable items and a responsive dialog flow following PitHero conventions.
Quick Start
Open the PitHero UI system, initialize a UICanvas, apply the ph-default skin, and start composing a Window with nested Tables.