LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
https://livesplit.org/
Apache License 2.0
209 stars 56 forks source link

Update splits parser from `Urn` to `LibreSplit` #786

Open CryZe opened 3 months ago

CryZe commented 3 months ago

LAST is an up to date fork based on Urn. The splits format is basically the same, but it has new additional fields: https://github.com/wins1ey/LAST/blob/main/src/last.c

CryZe commented 2 months ago

Apparently it's called LibreSplit now.