Guide Overview
This section walks through the main user-facing features of loaders.zig.
Articles
Getting Started — Install the dependency and build your first progress bar and spinner in minutes.
Progress Bars — Deep dive into bar lifecycle, increment methods, indeterminate mode, auto-sizing, and date/time decorators.
Spinners — Background-threaded animated spinners with mid-run text updates and finish states (succeed, fail, warn, info).
Multi Progress — Render multiple concurrent progress bars or spinners with coordinated cursor-based rendering.
Styling — Configure custom brackets, fills, tips, colors, and attributes for bars and spinners.
Colors — Harness 16-color ANSI, 256-color palette, and 24-bit RGB true color with automatic suppression.
Themes — Browse all built-in visual presets for progress bars and spinners.
Advanced — Custom drawing targets, thread safety, high-performance stacking, and TTY detection.
