how to use the OGS score estimator in your program

For discussing go computing, software announcements, etc.
Post Reply
deungsan
Dies in gote
Posts: 32
Joined: Thu Jan 24, 2019 5:23 pm
GD Posts: 0
Been thanked: 9 times

how to use the OGS score estimator in your program

Post by deungsan »

Recently I have completed a sgf viewer that shows stone moves on a board. And I would like to have a score estimator in it so that it can tell the scores of black and white and which stones are dead. I am wondering if I can use the OGS score estimator(https://github.com/online-go/score-estimator) in my program (in c++ or javascript). If yes, how do I compile the score estimator(Window 10, msvc2017)? Can anyone tell me details? Or is there a better score estimator you would like to recommend?
Javaness2
Gosei
Posts: 1545
Joined: Tue Jul 19, 2011 10:48 am
GD Posts: 0
Has thanked: 111 times
Been thanked: 322 times
Contact:

Re: how to use the OGS score estimator in your program

Post by Javaness2 »

I'm not sure what you mean. The OGS repo has a score estimator written in C++ and they say it can be translated to Javascript with emscripten.
What language are you developing in?
deungsan
Dies in gote
Posts: 32
Joined: Thu Jan 24, 2019 5:23 pm
GD Posts: 0
Been thanked: 9 times

Re: how to use the OGS score estimator in your program

Post by deungsan »

"What language are you developing in?"

Thanks in response.

I wrote it in javascript.

I have never used emscription, so no idea how to convert the c++ source of OGS score estimator to javascript.
Javaness2
Gosei
Posts: 1545
Joined: Tue Jul 19, 2011 10:48 am
GD Posts: 0
Has thanked: 111 times
Been thanked: 322 times
Contact:

Re: how to use the OGS score estimator in your program

Post by Javaness2 »

Best place to ask would be the OGS forum itself - Anoek is active there
Post Reply