Files
terminal-oscilloscope/CRT.nimble
rolandnsharp 448b303eba Terminal oscilloscope with CRT phosphor physics
- CRT boot/shutdown animations (ported from AetherTune)
- Y-T (time-domain) and X-Y (Lissajous) display modes
- Phosphor persistence with bloom and decay
- Half-block rendering for 2x vertical resolution
- Live audio capture via ffmpeg/PulseAudio monitor
- Gain and time/div controls, grid toggle, freeze

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 12:43:48 +10:00

14 lines
265 B
Nim

# Package
version = "0.1.0"
author = "rolandnsharp"
description = "CRT TV turn on/off effects in the terminal"
license = "MIT"
srcDir = "src"
bin = @["crt"]
# Dependencies
requires "nim >= 2.2.8"
requires "illwill >= 0.4.1"