This project exposes a subset of the Fairy-Stockfish API into a C++ library. The intended use case is for language specific wrappers.
Building:
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build build
Exports a library for fairy stockfish, which can be, in turn, wrapped by language specific bindings.
C++GPL-3.0
This project exposes a subset of the Fairy-Stockfish API into a C++ library. The intended use case is for language specific wrappers.
Building:
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build build