bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.65k stars 294 forks source link

Are there any plans to implement a gui for Linux? #122

Closed nat-72o closed 1 year ago

nat-72o commented 1 year ago

I'm sure it's been asked before, just didn't see it. Obviously no rush, I understand you're doing this on your free time, just figured I'd ask if it's in the distant future or if no plans in general.

ra1u commented 1 year ago

There is AppImage available that can be downloaded under Actions of this repo. https://github.com/bupticybee/TexasSolver/actions/runs/2520464444

You can start with this. It is statically build binary, for x64.

bupticybee commented 1 year ago

I'm sure it's been asked before, just didn't see it. Obviously no rush, I understand you're doing this on your free time, just figured I'd ask if it's in the distant future or if no plans in general.

As @ra1u says, there is one to be downloaded, since I don't have any linux device, that's the only option for now I'm afraid.

nat-72o commented 1 year ago

There is AppImage available that can be downloaded under Actions of this repo. https://github.com/bupticybee/TexasSolver/actions/runs/2520464444

You can start with this. It is statically build binary, for x64.

Thanks, this will work.

nat-72o commented 1 year ago

I'm sure it's been asked before, just didn't see it. Obviously no rush, I understand you're doing this on your free time, just figured I'd ask if it's in the distant future or if no plans in general.

As @ra1u says, there is one to be downloaded, since I don't have any linux device, that's the only option for now I'm afraid.

Thank you, figured it was something like this.

tnfru commented 1 year ago

The artifact is no longer available. Can you reup it?

ra1u commented 1 year ago

@tnfru I have build this under my own repo. https://github.com/ra1u/TexasSolver/actions/runs/3523080987

In case this goes missing, you can always fork repo and build on your own with few clicks over github.

Todo: fix job and generate proper release artefacts. Feel free to contribute.

tnfru commented 1 year ago

Thanks! @bupticybee Maybe add that binary to your releases for the gui linux version?

bupticybee commented 1 year ago

Thanks! @bupticybee Maybe add that binary to your releases for the gui linux version?

@ra1u thanks! I have it on the 0.2.0 release, please check