A boutique Windows 11 screenshot tool. No frameworks, no bloat, just pure efficiency.
- Start with
main.rs- get the message pump and hotkey working - Implement
capture.rs- just get screenshots saving to disk - Add
overlay.rs- region selection UI - Implement
annotation.rs- pure Rust drawing functions - Wire up
clipboard.rs- Windows clipboard integration - Polish with
settings.rs- INI configuration
cargo build --release --target x86_64-pc-windows-msvc- Single binary, no dependencies beyond Windows APIs
- Burst capture to disk, not memory
- Pure Rust rasterization (no GDI/Direct2D)
- Under 100MB RAM during use
- Zero network calls
IMPLEMENTATION.md- Technical detailsPRD.MD- Product requirementsFUTURE-FEATURES.md- Post-MVP enhancements
Remember: Measure twice, code once. This is boutique software.