Libraries tagged by termwind
webfiori/cli
18509 Downloads
Class library to simplify the process of creating command line based applications using PHP.
vrza/text-table-formatter
9898 Downloads
PHP library for formatting plain text tables
sugarcraft/sugar-gallery
1268 Downloads
Poster grids and rails for media TUIs — a 2-D virtualized PosterGrid with sparse range paging, a horizontal Rail carousel, and a PosterCard tile. Renderer-agnostic (holds pre-rendered poster cells).
sugarcraft/honey-bounce
3829 Downloads
PHP port of charmbracelet/harmonica — damped spring physics + Newtonian projectile simulation for terminal animation.
sugarcraft/candy-zone
3912 Downloads
PHP port of lrstanley/bubblezone — mouse zone tracker for TUI apps.
sugarcraft/candy-vt
1487 Downloads
In-memory virtual terminal emulator — parses ANSI byte stream into a cell grid.
sugarcraft/candy-vcr
678 Downloads
Record and replay candy-core Program sessions into cassettes — bug-repro / regression / fuzzing.
sugarcraft/candy-testing
1444 Downloads
Test harness for TEA programs — ProgramSimulator, golden-file assertions, and snapshot helpers for SugarCraft.
sugarcraft/candy-sprinkles
8486 Downloads
PHP port of charmbracelet/lipgloss — declarative terminal styling and layout.
sugarcraft/candy-pty
17554 Downloads
PHP port of charmbracelet/x/xpty — pseudo-terminal abstraction (open / spawn / resize) for SugarCraft. Linux + macOS via FFI to libc.
sugarcraft/candy-palette
3464 Downloads
PHP port of charmbracelet/colorprofile — magical terminal color profile detection and color degradation (TrueColor → ANSI256 → ANSI → ASCII).
sugarcraft/candy-mouse
1446 Downloads
Self-contained Mark/Scan/Get mouse hit-testing (bubblezone pattern) plus ZoneClickTracker for press/release deduplication. No external Manager wiring needed.
sugarcraft/candy-layout
3104 Downloads
Constraint-based layout solver (Cassowary simplex + greedy fallback)
sugarcraft/candy-input
3229 Downloads
Terminal escape sequence decoder for keyboard (legacy + Kitty progressive) and mouse (SGR 1006). Provides InputDriver interface and EscapeDecoder implementation. Unblocks sugar-readline migration to real-TTY input.
sugarcraft/candy-forms
1020 Downloads
Foundation lib for form primitives (TextInput, TextArea, ItemList, Viewport, FilePicker, Field interface, Confirm, Form) extracted from sugar-bits and sugar-prompt.