Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 946 Bytes

CutOverlay

CUT Overlay is an open-source OBS overlay with support for Spotify and BeatSaberPlus status.

Screenshot001

Features

  • ✔️ Multiple overlays for different uses (starting soon, chat only, etc.)
  • 💬 Twitch chat overlay
    • 7TV Integration
  • 🎧 Real time Spotify status
    • 🎨 Dynamic color theme from album cover art
  • ❤️ Pulsoid heart rate integration
  • ⚔️ BeatSaberPlus status
  • 🕰️ Clock with timezone detection

Building from the source

Go to the project folder (.csproj)

cd .\CutOverlay\

Run the following command

electronize build /target win /PublishSingleFile false /PublishReadyToRun false

The built application is located in .\bin\Desktop\win-unpacked\CUT Overlay.exe

Screenshot002