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.73k stars 306 forks source link

added api interface for compatibility with ffi capable languages #161

Closed EddieMataEwy closed 1 year ago

EddieMataEwy commented 1 year ago

Please check compilation, as I had to use my own compilation with Visual Studio instead of using make/cmake to create the working DLL. Only tested on Windows but it should export the API on Linux as well. Not sure about MacOS compilation.

EddieMataEwy commented 1 year ago

Sorry, I have to fix something.

bupticybee commented 1 year ago

Running CI

bupticybee commented 1 year ago

Can you provide a description in readme format as well?

EddieMataEwy commented 1 year ago

Sure, I'll create a new resources directory with a brief explanation and examples in different languages. Does that sound good?