-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the “core logic” compile on linux #34
Comments
If the memory logic from the game between the OSes is similar than maybe, that's the main issue from what I've gathered in the past |
Heya, according to https://github.com/R3FR4G/Livesplit-Server-Autosplitter the problem could be the |
Given that the livesplit project this plugin builds on is considered legacy, I think it's wise to close this issue and to instead redirect any enthusiasm towards LiveSplit/LiveSplit#2037 and LiveSplit/livesplit-core#176 |
I wrote a standalone autosplitter for Linux, see https://github.com/Ordoviz/hkautosplit |
Hi,
This is a long shot. tl;dr: I want a working HK autosplitter on linux to use with LiveSplitOne.
Would it be somehow possible to decouple the “core logic”, i.e. the memory introspection, from the UI and other parts that depend on the LiveSplit project?
The main motivation is that Livesplit, and dependent components such as LiveSplit.Server, is incompatible with linux, and I would guess that there are no
However, there is LiveSplitOne which has an API one can talk to.
My idea would be to build a custom „livesplit server“ that communicates events via websockets to LiveSplitOne and uses code from this autosplitter to provide that functionality.
Please bear with me as I don't fully understand the whole livesplit ecosystem yet; this is partly because I don't have access to a windows PC and cannot compile / try out how these things are supposed to work.
One could provide this „separate view“ in a different solution.
The text was updated successfully, but these errors were encountered: