b-inary / desktop-postflop

[Development suspended] Advanced open-source Texas Hold'em GTO solver with optimized performance
GNU Affero General Public License v3.0
234 stars 59 forks source link

Results tab resizing & output copy/paste #4

Closed exerco closed 1 year ago

exerco commented 1 year ago

Hello! Thanks for your work on this project! Saw your comments about upcoming update in other "issues" and wanted to suggest useful things to add: scaling 1) As you can see there's lots of free space left on screen, that can be used to make results table bigger. Maybe you can add option to drag & resize it in the corner? 2) Copying result table data works but it's limited to what's visible? If it's not by design, maybe you can add export/copy button near "Show action EV". It will make output data analysis easier. 3) When building tree, sometimes you don't have enough RAM. Solver has reading of available RAM, but it's not shown to you. Only that it's not enough. I had no idea other apps stole so much RAM. Hope these are not too demanding & can be useful to other users too.

b-inary commented 1 year ago

Thanks for the suggestion! I am not sure what I can do regarding 1, but I will try to support 2 and 3 in later versions.

  1. Dealing with different screen sizes is a tough problem. I am not a front-end specialist, so considering the cost of implementation, it is inevitably a low priority.
  2. Yes, currently, the results are only rendered around the display area to reduce the cost of rendering. Adding an export feature for the results sounds like a good idea. I think CSV would be a good choice for the output format.
  3. Understood. If there is not enough RAM, I will change the program to display the amount of available RAM in later versions.
b-inary commented 1 year ago

All three were addressed in v0.2.0-alpha. Close the issue.