Libraries tagged by sunarc
sugarcraft/candy-mouse
1379 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
452 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
3032 Downloads
Constraint-based layout solver (Cassowary simplex + greedy fallback)
sugarcraft/candy-input
3154 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-hermit
379 Downloads
PHP port of Genekkion/theHermit — fuzzy finder / quick-fix overlay for terminal UIs. Wraps a background view, renders a filterable list overlay on top, background continues to update underneath.
sugarcraft/candy-fuzzy
1265 Downloads
Fuzzy string matching with scored matched indices — Smith-Waterman + Sahilm algorithms. Unblocks filter-highlighting UI across the ecosystem.
sugarcraft/candy-forms
971 Downloads
Foundation lib for form primitives (TextInput, TextArea, ItemList, Viewport, FilePicker, Field interface, Confirm, Form) extracted from sugar-bits and sugar-prompt.
sugarcraft/candy-focus
643 Downloads
Focus-ring state machine — an ordered set of focusable regions with wrap-around Tab/Shift-Tab traversal for full-window TUI layouts. Dependency-free.
sugarcraft/candy-flip
439 Downloads
ASCII GIF viewer — port of namzug16/gifterm on the SugarCraft stack.
sugarcraft/candy-async
2221 Downloads
Shared async utilities for SugarCraft — cancellation tokens, subscriptions, and AsyncOps helpers (withTimeout, retry, debounce, throttle) built on ReactPHP.
sugarcraft/candy-ansi
2050 Downloads
ECMA-48 VT500 state machine — ANSI byte-stream parser with abstract Handler interface. Shared extraction from candy-vt.
inetprocess/sugarcli
157 Downloads
SugarCli is a command line tool to install and manage SugarCRM installations.
ikkez/sugarcore
499 Downloads
Sugarcore base repository
sugarcrm/php-rest-client-v2
15498 Downloads
An SDK for interacting with Sugar's REST v10 API.
sugarcraft/candy-wish
338 Downloads
SSH server middleware framework — port of charmbracelet/wish. Build TUIs that anyone can `ssh user@host` to run, with composable middleware (auth, logging, rate-limiting, ext-ssh2 client wrappers, mount a SugarCraft Program).