livesplit-core icon indicating copy to clipboard operation
livesplit-core copied to clipboard

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.

Results 105 livesplit-core issues
Sort by recently updated
recently updated
newest added

This is something we currently support on LiveSplit One Web by letting the browser handle it, but is something we completely lack in the native renderer.

enhancement
rendering
feature

They should finally merge in livesplit-core.

enhancement
stalled
work in progress
feature
priority: high

It seems like on most platforms our hotkeys currently repeat when you keep the key pressed. - [ ] Windows (There's no way to differentiate, we probably have to track...

enhancement
suitable for contributions
feature
hotkey

Currently we don't do any font fallback at all, which means that languages outside the latin range and emojis are not really supported with the default path based text engine...

enhancement
rendering
work in progress
feature
text engine

This should mostly just be a stroke rendering in our renderer and some CSS in the web version. Fairly trivial to support.

enhancement
suitable for contributions
rendering
feature
text engine

Unlike doing this for the title component where switching runs has the potential of changing the size of your layout, for the text component we can very uncontroversially implement line...

enhancement
needs further discussion
rendering
feature
text engine

I'm not sure if this works out that well considering that means we'll have to change the height of the component based on the content. We'll probably have to bring...

enhancement
needs further discussion
blocked
rendering
feature
text engine

Seems like we don't properly handle this in most of the language bindings. Languages to check / fix: Output: - [x] ~~JavaScript / TypeScript for emscripten~~ - [x] JavaScript /...

bug
bindings

The Bindings can easily be misused (less so where we have garbage collector integration) and cause segfaults if you don't know about the Ref / RefMut / (none) postfixes of...

enhancement
suitable for contributions
c api
bindings

I'm not entirely sure how that is going to work out, but there should be a general description of the enums (maybe parse them with syn?) that is then automatically...

enhancement
c api
bindings