|
libscid 0.1.0
Chess applications made easy.
|
libscid is a C++20 library extracted from Scid/ScidUp for applications that need chess game, PGN, database, ECO and spelling functionality without depending on a desktop application.
LibScid::Core provides board primitives, positions, moves, games, movetext, PGN support, notation and shared chess value types.LibScid::Database provides SCID-family database storage, indexes, namebases, filters, searches, opening-tree statistics and game load/save workflows.LibScid::Eco provides ECO code parsing and opening-book lookup.LibScid::Spelling provides name normalisation and spelling-file support for database-oriented workflows.scid::core::Game for an editable chess game model.scid::core::Position for board state, legal move handling and FEN/UCI position support.scid::database::scidBaseT for database sessions.scid::eco::Book for ECO opening lookup.scid::spelling::NameNormalizer for spelling-file-backed name handling.The generated API reference documents installed public headers only. Internal codec, storage and test-only headers are intentionally excluded from this site.