All Projects → LiveSplit → LiveSplitOne

LiveSplit / LiveSplitOne

Licence: MIT license
A version of LiveSplit that works on a lot of platforms.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to LiveSplitOne

Splitter
A speedrunning timer for macOS
Stars: ✭ 34 (-80.23%)
Mutual labels:  timer, speedrun, speedrunning, livesplit
flitter
A Livesplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
Stars: ✭ 112 (-34.88%)
Mutual labels:  timer, speedrun, speedrunning, livesplit
Unload
An advanced automatic speedrun load time remover for community verifiers.
Stars: ✭ 20 (-88.37%)
Mutual labels:  speedrun, speedrunning
ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Stars: ✭ 1,302 (+656.98%)
Mutual labels:  timer
hass-variables
Home Assistant variables component
Stars: ✭ 35 (-79.65%)
Mutual labels:  timer
GymWorkoutManager
💪A functional Gym workout timer ❤️
Stars: ✭ 16 (-90.7%)
Mutual labels:  timer
CoreLooper
No description or website provided.
Stars: ✭ 34 (-80.23%)
Mutual labels:  timer
timezz
With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy.
Stars: ✭ 35 (-79.65%)
Mutual labels:  timer
workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
Stars: ✭ 10,005 (+5716.86%)
Mutual labels:  timer
react-on-time
Renderless composable ⏰timers and ⏱intervals
Stars: ✭ 27 (-84.3%)
Mutual labels:  timer
timer-machine-android
⏲ A highly customizable interval timer app for Android
Stars: ✭ 32 (-81.4%)
Mutual labels:  timer
activity-timer
Activity timer powerup for Trello
Stars: ✭ 28 (-83.72%)
Mutual labels:  timer
salty bot
Twitch chat bot
Stars: ✭ 15 (-91.28%)
Mutual labels:  speedrun
flowloop
A Pomodoro-like timer for hyper-productivity
Stars: ✭ 69 (-59.88%)
Mutual labels:  timer
FITTER
Fortran tIc Toc Timer
Stars: ✭ 14 (-91.86%)
Mutual labels:  timer
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-91.28%)
Mutual labels:  timer
UT Framework
Various advanced tools built for Unreal Engine 4
Stars: ✭ 45 (-73.84%)
Mutual labels:  timer
AdvancedTimer
AdvancedTimer implementation for Xamarin.Forms This repo is no longer maintained. New repo available.
Stars: ✭ 40 (-76.74%)
Mutual labels:  timer
Clock
一个简单的计时器程序💡/A sample clock⏰
Stars: ✭ 15 (-91.28%)
Mutual labels:  timer
alfred-timer-workflow
Alfred workflow to start a timer, which blinks when the time is up.
Stars: ✭ 39 (-77.33%)
Mutual labels:  timer

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.

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 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 ≥75 GitHub issues by-label
Firefox ≥79 GitHub issues by-label
Edge ≥79 GitHub issues by-label
Safari ≥15.0
Opera ≥62 GitHub issues by-label
iOS ≥15.0 GitHub issues by-label
Android WebView ≥75 GitHub issues by-label
Chrome Android ≥75 GitHub issues by-label
Firefox Android ≥79 GitHub issues by-label
Internet Explorer Unsupported
Opera Mini Unsupported
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].