PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
340 stars 32 forks source link

Not an issue, per se, but is there any chance of getting this to run on Windows? #64

Closed ER-95 closed 4 years ago

ER-95 commented 4 years ago

I'd like to use it for the command line options, which unfortunately isn't something SAM can do. Is there any way to get this working on Windows?

telans commented 4 years ago

I think your best bet would be a vm

PaulCombal commented 4 years ago

Hi Ben,

To add details to @telans 's comment, a VM would not work unless you run Steam in the same VM.

Without getting into details, SamRewritten uses functions and Steam files that are specific to unix systems.

Windows compatibility would definitely be a plus, but would require rewriting a significant part of the code with Windows-specific functions I have no knowledge of nor experience with. If you have experience with Windows programming you can try reimplementing the parts of the code using Windows system calls, and using the Windows Steam binaries, I'd be happy to review pull requests!

Please let me know if you have any comment suggestion

Sorry to be disappointting, but thank you for your feedback!

wgpierce commented 4 years ago

I agree with Paul; the developers have no plans for making SamRewritten compatible with Windows, but we're open to PRs. You'd have to redo some filesystem accesses and the backend for interacting with Steam, which you could look to SAM on how to do that. The other libraries SamRewritten uses should be crossplatform.

Some other alternatives you might try in addition to a VM (guaranteed to work) are WSL2 with Linux Steam running inside the same container with either X-forwarding or the upcoming WSL2 GUI support.

PaulCombal commented 4 years ago

Closing due to inactivity