Files
LiveSplitOne/README.md
T
Christopher Serr 349d95ebb0 Context Menu, CSS Modules and React 19 (#1015)
This replaces the context menu with our own. By doing that we no longer
need to force install our npm packages, as there are no longer any
conflicts. In fact, as part of this change, I updated us to the latest
React 19 and even enabled the React compiler.

I also explored CSS modules for the first time, which are going to allow
us to reduce conflicts between CSS rules and possibly even allow us to
fully remove SASS, as the need for it is going to be reduced.

I also found out that the latest Rust nightly is broken due to their
update to LLVM 20. So I pinned the version to the last working nightly
version.
2025-02-20 21:40:55 +00:00

4.7 KiB

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