LiveSplitOne
LiveSplitOne copied to clipboard
A version of LiveSplit that works on a lot of platforms.
React isn't all too well suited for hot code. It takes up the majority of our frame time, which is kind of sad considering the real calculations are happening in...
Currently the WASM file we ship contains a lot of panic messages, despite us never showing those anywhere. You can compile core with a nightly only feature that drops all...
livesplit-core and LiveSplit One on the Desktop / Mobile just gained support for horizontal layouts. LiveSplit One on the Web still needs to implement additional support for it, because in...
Bumps [leven](https://github.com/sindresorhus/leven) from 3.1.0 to 4.0.0. Release notes Sourced from leven's releases. v4.0.0 Breaking Require Node.js 12.20 d3e23a5 This package is now pure ESM. Please read this. https://github.com/sindresorhus/leven/compare/v3.1.0...v4.0.0 Commits 447058a...
Reference types (`+reference-types`) allow passing JavaScript objects into WASM and back. This should improve the performance of the interactions between JS and WASM. All browsers other than Chrome support this...
I have tested using LiveSplitOne on my chromium browser, and it worked fine on there. On Firefox, LiveSplitOne gets stuck on the loading screen. A quick look at the console...
The Wake Lock API can prevent the device from locking the screen, which we would want to do while the timer is active (or just while LSO is the active...
There's time formatter settings for the splits component now. The column widths should take those into account.
Looks like it is indeed possible to have yet another form of global hotkeys. We can start a media session and pretend we are playing music, at which point the...