Skip to content

Linux Port / Rewrite #949

Answered by Jamiras
ghost asked this question in Q&A
Dec 27, 2022 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

This is largely redundant with #763.

I'm interested in a way to natively develop achievements on GNU/Linux and I can image a lot of others are aswell.

Several people have had luck running it in WINE.

would the hardest part be to change the UI to something like QT

The DLL is heavily tied to the Windows API currently (raw API calls - it's not even using MFC or any other abstraction layers). The hardest part is eliminating the Windows API calls.

Over the last several years, I've separated most of the logic from the UI using a custom MVVM implementation. It might be feasible to start providing a QT (or similar) view layer as an alternative. There's probably going to still be some shenanig…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants