Add three widgets to spawn-ui: a slider, a dropdown, and a text input. Follow the existing widget pattern used by Button, Checkbox, and DragValue, and integrate with UiTree, Style, and UiEvent. These are common controls that games and tools need. Acceptance: each widget lays out, draws, and handles pointer and keyboard input, and a demo drives all three.
Process is spec-first. Open discussion here before writing code. See CONTRIBUTING.md.
Add three widgets to spawn-ui: a slider, a dropdown, and a text input. Follow the existing widget pattern used by
Button,Checkbox, andDragValue, and integrate withUiTree,Style, andUiEvent. These are common controls that games and tools need. Acceptance: each widget lays out, draws, and handles pointer and keyboard input, and a demo drives all three.Process is spec-first. Open discussion here before writing code. See CONTRIBUTING.md.