Christopher Serr e457b91ce4 Update all dependencies
This also audits all vulnerable dependencies. Resolves #118
2018-11-22 05:38:28 +01:00
2018-06-18 22:11:50 +02:00
2018-11-22 05:38:28 +01:00
2018-02-02 02:36:13 +01:00
2018-06-12 20:46:57 +02:00
2017-08-11 21:46:40 +02:00
2018-11-21 22:37:51 +01:00
2018-05-15 22:22:39 +02:00
2016-12-29 20:07:06 +01:00
2018-11-22 05:38:28 +01:00
2018-11-22 05:38:28 +01:00
2018-06-15 16:45:51 +02:00
2018-05-08 23:41:03 +02:00
2018-06-18 22:11:50 +02:00

LiveSplit LiveSplit One

Build Status Greenkeeper badge

LiveSplit One is a version of LiveSplit that uses the multiplatform livesplit-core Library and Web Technologies like React and Electron 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 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 both the Rust compiler and npm are set up, you need to install the WebAssembly target like so:

rustup target add wasm32-unknown-unknown

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 start

A browser tab with LiveSplit One should now open. Alternatively you can use npm run serve to just host it without opening a browser tab.

Browser Support

Browser Compatibility Known Issues
Chrome ≥57 GitHub issues by-label
Firefox ≥52 GitHub issues by-label
Edge ≥16 GitHub issues by-label
Safari ≥11
Opera ≥44 GitHub issues by-label
iOS ≥11.2 GitHub issues by-label
Android WebView ≥62 GitHub issues by-label
Chrome Android ≥66 GitHub issues by-label
Firefox Android ≥60 GitHub issues by-label
Internet Explorer Unsupported GitHub issues by-label
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%