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.71k stars 304 forks source link

Status and GUI #3

Closed dev-ns8 closed 3 years ago

dev-ns8 commented 3 years ago

Hello,

Is this project still actively being worked on? Is there a status on the GUI for C++ version?

Thanks!

bupticybee commented 3 years ago

It's still very active, most commits happened in https://github.com/bupticybee/TexasSolver/tree/iso branch, I merge the branch to master whenever it becomes stable.

I'm still working on the command line interfaces, it's not finished. There are plans for gui, but It will be server months before it's finished.

bupticybee commented 3 years ago

Problem considered solved, closing

ophicleidon commented 3 years ago

There are plans for gui, but It will be server months before it's finished.

Hi, I was considering starting work on a UI on my own. Do you already have any code for the UI I could contribute to?

bupticybee commented 3 years ago

There are plans for gui, but It will be server months before it's finished.

Hi, I was considering starting work on a UI on my own. Do you already have any code for the UI I could contribute to?

For now I'm still working on bugs related to the console version, GUI develop has not began just yet.

If you are interested in contributing on a GUI, we have something to discuss.

  1. Is it going to be a result reader (read the result json file), or do you plan to directly add gui code to this project?
  2. Do you plan to build a opensource one or a closesource one?

I mean if you just want to create a program to read the result json file created by this project, I believe you can do it on your own. But if you want to embed gui code into this project I think it's a little bit more difficult without the knowledge of cfr and stuff, which means you might need my direct help.

So what's your plan? Plz let me know

ophicleidon commented 3 years ago

I do understand CFR, but I was planning to use the UPI interface and write the UI in js. The UI would be open source.

bupticybee commented 3 years ago

I do understand CFR, but I was planning to use the UPI interface and write the UI in js. The UI would be open source.

I didn't implement UPI interface sadly, so you are planning to ad UPI interface for this project? I'm a little bit confused here.