LiveSplit / LiveSplitOne

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

Implement Horizontal Layouts #159

Closed CryZe closed 5 months ago

CryZe commented 5 years ago

livesplit-core and LiveSplit One on the Desktop / Mobile just gained support for horizontal layouts. LiveSplit One on the Web still needs to implement additional support for it, because in the web we transform everything into HTML + CSS, which isn't done yet.

ckurtz22 commented 5 years ago

You say that LiveSplit One on desktop supports horizontal layouts, but where is LiveSplit One for the desktop? The only version of LiveSplit One that I see is this repository which seems to be web based only?

CryZe commented 5 years ago

It's not entirely public yet as it missing pretty much all the UI. There is no Run Editor, Layout Editor, Settings window or anything. The only thing it is showing at the moment is the actual timer. All the settings are done via a config file. An early experimental repository already exists that you could build if you wanted to, but it's not the final repository. I'm probably setting up the real repository soon, at which point I'll also rename this one to LiveSplitOneWeb or so.

Tallestthomas commented 5 years ago

Is this still an open issue? I can take a crack at this and probably knock it out fairly quick.

CryZe commented 5 years ago

Yeah this is still not implemented. Feel free to take this. If you run into any problems, feel free to ask for help (possibly via Discord DMs so it's faster)

W-R-Ramirez commented 2 years ago

@CryZe HI I was wondering what the status on this was?

CryZe commented 2 years ago

The status is actually explained in detail here: https://github.com/LiveSplit/LiveSplitOne/issues/286#issuecomment-984516384

TL;DR: We are switching to canvas using the same code that the Desktop version is using, which automatically comes with horizontal layout support.

W-R-Ramirez commented 2 years ago

Awesome thanks! Is there anywhere I can follow the progress besides just checking the repo every so often?

CryZe commented 2 years ago

There's a livesplit-one channel in the Discord where I post status updates. Other than that you can get notifications from Github.