LiveSplit / LiveSplitOne

A version of LiveSplit that works on a lot of platforms.
https://one.livesplit.org/
MIT License
246 stars 29 forks source link

Video Auto Splitting #335

Open CryZe opened 4 years ago

CryZe commented 4 years ago

While "normal" auto splitting won't work in the web version, what can actually work is video based auto splitting. The web has a fairly easy to use screen capturing API, which we could build this on.

wooferzfg commented 4 years ago

The image comparison portion of this (and deciding whether to split based on that) sounds like something that livesplit-core should handle.

CryZe commented 4 years ago

Yeah absolutely. For the sploosh kaboom capturing opencv.js was used and it was really slow, so we absolutely want to do this in WASM or the GPU.