Welcome to a clean, Rust version of SunShot, a screen recorder that follows your mouse.
- npm install
Needs pkg-config, clang, ffmpeg on system:
- choco install pkgconfiglite
- choco install llvm
- Install vcpkg
- vcpkg integrate install
- vcpkg install ffmpeg[x264,gpl]
Note: I think I needed ffmpeg with scoop, and adding its bin to PATH. Not sure. Otherwise silent fail, no dll.
Run:
- npm run tauri dev