LiveSplitOne
LiveSplitOne copied to clipboard
A version of LiveSplit that works on a lot of platforms.
When you save the site as an app, it uses one of many auto generated icons. At the moment this icon has way too little padding around it. We might...
Multi-value (`+multivalue`) is available in all browsers, but Rust seems to have trouble dealing with the ABI change. std is precompiled without multi value, so std is incompatible with your...
Currently we always split the timer onto its own layer. Since then we however introduced the same concept for the native renderer where accurate information about whether certain pieces of...
Is there any way to triage the attempts so that we can evict ones that were broken? For example, false starts, or when the cat jumps on the splits key.
The problem is that we are using https and that prevents you from connecting to anything that's not https. So you can't easily run a websocket server locally and connect...
At this point in time we don't support electron and probably never will due to the existence of a WIP native desktop port. Any code that's left over from attempts...
- The Run Editor now shows a loading spinner while it's loading splits from the leaderboard. - I added a new property to the Run Editor menu state, `persistChanges`. This...
We need to think about whether we want this to be a component. This could also just be like the control buttons underneath the layout and you can toggle it...
We are currently throttling the framerate to 30 FPS. We could go up to the display's refresh rate, but that will negatively impact the battery usage. We probably want to...
LiveSplit One already has support for using WebSockets to connect autosplitters, it would be very convenient to be able to store the autosplitter settings inside the `.lss` file itself and...