/livesplit-one-desktop

Prototype implementation of LiveSplit One for the Desktop.

Primary LanguageRust

LiveSplit LiveSplit One

This repository hosts the Desktop version of LiveSplit One. LiveSplit One is a version of LiveSplit that uses the multiplatform livesplit-core library to create a new LiveSplit experience that works on a lot of different platforms.

The Web Version is available here.

Build Instructions

In order to build LiveSplit One you need the Rust Compiler. You can then build and run the project with:

cargo run

In order to build and run a release build, use the following command:

cargo run --release