zcatui/examples
reugenio 7abc87a4f5 feat: zcatui v2.2 - Complete feature set with 13 new modules
New modules (13):
- src/resize.zig: SIGWINCH terminal resize detection
- src/drag.zig: Mouse drag state and Splitter panels
- src/diagnostic.zig: Elm-style error messages with code snippets
- src/debug.zig: Debug overlay (FPS, timing, widget count)
- src/profile.zig: Performance profiling with scoped timers
- src/sixel.zig: Sixel graphics encoding for terminal images
- src/async_loop.zig: epoll-based async event loop with timers
- src/compose.zig: Widget composition utilities
- src/shortcuts.zig: Keyboard shortcut registry
- src/widgets/logo.zig: ASCII art logo widget

Enhanced modules:
- src/layout.zig: Added Constraint.ratio(num, denom)
- src/terminal.zig: Integrated resize handling
- src/root.zig: Re-exports all new modules

New examples (9):
- resize_demo, splitter_demo, dirtree_demo
- help_demo, markdown_demo, progress_demo
- spinner_demo, syntax_demo, viewport_demo

Package manager:
- build.zig.zon: Zig package manager support

Stats: 60+ source files, 186+ tests, 20 executables

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 22:46:06 +01:00
..
animation_demo.zig Add animation system with easing functions and timers 2025-12-08 13:40:07 +01:00
clipboard_demo.zig Add clipboard support via OSC 52 escape sequences 2025-12-08 13:43:36 +01:00
dashboard.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00
dirtree_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
events_demo.zig zcatui v1.2 - Sistema de eventos integrado (crossterm-style) 2025-12-08 12:55:54 +01:00
form_demo.zig feat: Add form widgets, status bar, toast system, and documentation 2025-12-08 18:02:06 +01:00
hello.zig Inicio proyecto zcatui - TUI library para Zig 2025-12-08 01:56:44 +01:00
help_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
input_demo.zig Add readline-style Input widget with history support 2025-12-08 13:26:56 +01:00
list_demo.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00
markdown_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
menu_demo.zig Add Popup/Modal and Menu widgets 2025-12-08 16:52:38 +01:00
panel_demo.zig feat: Add form widgets, status bar, toast system, and documentation 2025-12-08 18:02:06 +01:00
progress_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
resize_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
spinner_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
splitter_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
syntax_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00
table_demo.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00
viewport_demo.zig feat: zcatui v2.2 - Complete feature set with 13 new modules 2025-12-08 22:46:06 +01:00