ab-chesspad
ab-chesspad
thank you, I decided to redo it from scratch anyway. Thank you Alex Bootman On Thu, Jun 15, 2023 at 10:02 AM Sebastian Buchwald < ***@***.***> wrote: > I have...
of course Stockfish is a UCI engine and I am planning to keep it this way. But why cannot UCI engine be implemented as a shared library? Thank you Alex...
If it makes sense to allow building SF for various platforms from the same repo, then consider this shared library version as an option to build SF for Android. Starting...
Just FYI, the code already contains lots of #if defined(_WIN32) and similar. Thank you Alex Bootman On Thu, Jun 15, 2023 at 2:10 PM PGG106 ***@***.***> wrote: > one thing...
As I said, you cannot launch a separate process from your own Android app. You may want to look at the older DroidFish build, it shows an example of using...
Correction. Seems like SF support in DroidFish is back, but is is removed from Playstore, because it uses SF as a separate process and as I said, starting with Android...
Interesting. When two years ago I suggested the whole complete code, the consensus was that my changes are invasive, hard to evaluate and this job should be done in small...
BTW, this specific change is an attempt to separate "user interface" (reading the commands from cin) from the actual SF logic. I believe that regardless of other changes it is...
Please note that ABI will conflict with UCI. One of my goals is to maintain it.
I think it will be better if the library itself can be used with UCI without additional layers. Especially when its output is in the text form, so text in...