Christopher Serr d46f8b5eeb Fix Panic When Cleaning Sum of Best (#1051)
When cleaning the sum of best, the message tries to be as helpful as
possible by showing as much information about the problematic segments
as possible. Part of that is information about the date of the attempt.
However, as it turns out, the attempt may not actually exist. This
shouldn't generally happen, but we can't trust the correctness of the
splits files, so for whatever reason, the attempt may be missing. In
that case, we simply skip that information.
2025-04-15 19:17:03 +00:00
2025-03-24 16:43:51 +00:00
2025-03-24 16:43:51 +00:00
2025-02-12 17:00:04 +00:00
2016-12-29 20:07:06 +01:00

LiveSplit LiveSplit One

Build Status

LiveSplit One is a version of LiveSplit that uses the multiplatform livesplit-core library and web technologies like React to create a new LiveSplit experience that works on a lot of different platforms.

The web version of LiveSplit One is available here.

The latest desktop version of LiveSplit One, with support for global hotkeys, can be downloaded here.

Note

This is not yet optimized for desktop usage. It's mostly the same as the web version and there is no update mechanism.

Build Instructions

In order to build LiveSplit One, you need to install npm and the Rust compiler. Make sure to recursively clone the repository so that all git submodules are cloned as well:

git clone --recursive

Once you have cloned the repository and set up both npm and the Rust compiler, you need to install the WebAssembly target:

rustup target add wasm32-unknown-unknown

You also need to build wasm-bindgen:

cargo install wasm-bindgen-cli

You need to set up some npm modules before compiling the project:

npm install

You are now ready to build livesplit-core, which powers LiveSplit One:

npm run build:core

Now you can build and host LiveSplit One:

npm run serve

Browser Support

Browser Compatibility Known Issues
Chrome ≥112 GitHub issues by-label
Firefox ≥121 GitHub issues by-label
Edge ≥112 GitHub issues by-label
Safari ≥18.2
Opera ≥98 GitHub issues by-label
iOS ≥18.2 GitHub issues by-label
Android WebView ≥112 GitHub issues by-label
Chrome Android ≥112 GitHub issues by-label
Firefox Android ≥121 GitHub issues by-label
Internet Explorer Unsupported
Opera Mini Unsupported
S
Description
A version of LiveSplit that works on a lot of platforms.
Readme MIT
15 MiB
Languages
TypeScript 85.7%
SCSS 7.5%
JavaScript 3.1%
Rust 3%
CSS 0.4%
Other 0.3%