/livesplit-one-desktop

Prototype implementation of LiveSplit One for the Desktop.

Primary LanguageRust

LiveSplit LiveSplit One

This repository hosts a modified Desktop version of LiveSplit One that includes changing splits files, changing layout files, and a stateful timer allowing closing and reopening (crashes) of Livesplit One through a modified livesplit_core.

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