|
| | ansi.c |
| | ANSI escape sequence utilities.
|
| |
| | ansi_fast.c |
| | ⚡ Fast ANSI color code generation with SIMD-accelerated terminal output
|
| |
| | ascii.c |
| | 🖼️ Image-to-ASCII conversion with SIMD acceleration, color matching, and terminal optimization
|
| |
| | ascii_wasm.c |
| |
| | color_filter.c |
| | Monochromatic color filter implementation for video frames.
|
| |
| | digital_rain.c |
| | Matrix-style digital rain effect implementation.
|
| |
| | frame_validator.c |
| |
| | image.c |
| | 🖨️ Image processing: format detection, decoding, scaling, and pixel format conversion
|
| |
| | output_buffer.c |
| | 📝 Output buffer helpers for efficient string building in ASCII rendering pipeline
|
| |
| | palette.c |
| | 🎨 Terminal color palette management with Unicode character width detection
|
| |
| | rle.c |
| | ANSI RLE (REP) sequence compression and expansion.
|
| |
| | video_frame.c |
| | 🎬 Video frame buffer management for client-specific ASCII rendering
|
| |