Files
terminal-oscilloscope/osc.nimble
rolandnsharp 5dbd3ebfb6 Replace illwill with custom canvas — zero dependencies
- Custom terminal canvas: one buffer, one write() per frame
- Threaded audio via Nim channels (20fps → 60fps)
- 6 phosphor palettes (green, amber, cyan, blue, white, red)
- All tuning constants at top of osc.nim
- No illwill dependency, binary 352KB → 200KB
- CRT effects use same palette as trace

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 17:33:45 +10:00

13 lines
242 B
Nim

# Package
version = "0.1.0"
author = "rolandnsharp"
description = "Terminal oscilloscope with CRT phosphor physics"
license = "MIT"
srcDir = "src"
bin = @["osc"]
# Dependencies
requires "nim >= 2.2.8"