Skip to content

Screen recorder that follows your mouse - (Rust / Tauri / Vite / React)

Notifications You must be signed in to change notification settings

alexthegoodman/sunshot-rs

Repository files navigation

SunShot

Welcome to a clean, Rust version of SunShot, a screen recorder that follows your mouse.

Windows Setup

  • 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

VS Code Setup

About

Screen recorder that follows your mouse - (Rust / Tauri / Vite / React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages