aspiwack / obs-livesplit-one

A plugin for OBS Studio that allows adding LiveSplit One as a source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveSplit obs-livesplit-one

A plugin for OBS Studio that allows adding LiveSplit One as a source.

How to install

Download the latest release for your operating system from the Releases.

Windows

  • Extract the obs-livesplit-one.dll to C:\Program Files (x86)\obs-studio\obs-plugins\64bit or equivalent install directory.

Linux

  • mkdir -p $HOME/.config/obs-studio/plugins
  • Untar, e.g.: tar -zxvf obs-livesplit-one-v0.0.1-x86_64-unknown-linux-gnu.tar.gz -C $HOME/.config/obs-studio/plugins/

macOS

  • Right click your OBS -> Options -> Show in Finder
  • Right click the OBS.app -> Show Package Contents
  • Drag obs-livesplit-one.so into Contents/PlugIns

Developer Notes

If you add a new function to ffi.rs, also add it to exports.def and run (needs to be done in the Visual Studio console):

lib /def:exports.def /OUT:obs.lib /MACHINE:x64

About

A plugin for OBS Studio that allows adding LiveSplit One as a source.

License:Apache License 2.0


Languages

Language:Rust 93.7%Language:Shell 6.3%