Real-time ASCII webcam renderer with edge detection
webcii.mp4
- Camera → ASCII conversion (configurable 4-8 bit color depth)
- Sobel edge detection with adaptive sampling
- Parallel row rendering (rayon)
- Adaptive frame skipping (60 FPS target)
- Color quantization cache (150k entries)
- Dynamic terminal resize support
cargo run --release