pniedzielski / srt-autosplitter-linux

A loadless autosplitter for speedrunning the Spyro Reignited Trilogy on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use new livesplit-core API

pniedzielski opened this issue · comments

livesplit-core gained initial support for autosplitters, giving us essentially the same abilities we implemented ourselves here. This will need to be a big rewrite though, because it looks like we need to write our autosplitter in a language that can compile down to webassembly easily---there isn't much benefit to using C++.

The upside of this is that the autosplitter will not need to be linux specific anymore.