Libraries tagged by starcraft
sugarcraft/sugar-reel
908 Downloads
Terminal video player for SugarCraft — plays mp4 (and more) by decoding frames on the fly and rendering them to ASCII / ANSI / truecolor half-block / sixel / kitty output.
sugarcraft/sugar-gallery
2063 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/sugar-crumbs
937 Downloads
PHP port of KevM/bubbleo — NavStack and Breadcrumb components. Push/pop navigation stack with hierarchical breadcrumb rendering for terminal UIs.
sugarcraft/sugar-boxer
978 Downloads
PHP port of treilik/bubbleboxer — box-drawing layout engine. Compose terminal content into H/V panels with box-drawing borders, padding, and dynamic dimension calculation.
sugarcraft/honey-bounce
4342 Downloads
PHP port of charmbracelet/harmonica — damped spring physics + Newtonian projectile simulation for terminal animation.
sugarcraft/candy-zone
4411 Downloads
PHP port of lrstanley/bubblezone — mouse zone tracker for TUI apps.
sugarcraft/candy-vt
2196 Downloads
In-memory virtual terminal emulator — parses ANSI byte stream into a cell grid.
sugarcraft/candy-testing
2408 Downloads
Test harness for TEA programs — ProgramSimulator, golden-file assertions, and snapshot helpers for SugarCraft.
sugarcraft/candy-sprinkles
9035 Downloads
PHP port of charmbracelet/lipgloss — declarative terminal styling and layout.
sugarcraft/candy-shine
2256 Downloads
PHP port of charmbracelet/glamour — Markdown → ANSI renderer with word-wrap, OSC 8 hyperlinks, syntax highlighting, and 8 stock themes (ansi/plain/dark/light/notty/dracula/tokyo-night/pink).
sugarcraft/candy-pty
18136 Downloads
PHP port of charmbracelet/x/xpty — pseudo-terminal abstraction (open / spawn / resize) for SugarCraft. Linux + macOS via FFI to libc.
sugarcraft/candy-palette
3980 Downloads
PHP port of charmbracelet/colorprofile — magical terminal color profile detection and color degradation (TrueColor → ANSI256 → ANSI → ASCII).
sugarcraft/candy-mouse
2071 Downloads
Self-contained Mark/Scan/Get mouse hit-testing (bubblezone pattern) plus ZoneClickTracker for press/release deduplication. No external Manager wiring needed.
sugarcraft/candy-mosaic
995 Downloads
Image-to-cell renderer — PNG/JPEG/static GIF to terminal via Sixel, Kitty, iTerm2, or half-block Unicode fallback. Port of charmbracelet/x/mosaic.
sugarcraft/candy-layout
3926 Downloads
Constraint-based layout solver (Cassowary simplex + greedy fallback)