MDLC01 / board-n-pieces

A Typst package to display chessboards.
https://typst.app/universe/package/board-n-pieces
MIT License
12 stars 1 forks source link
chess chessboard typst typst-package

Board & Pieces

This is a Typst package to display chessboards. It is available on Typst Universe.

Project structure

This project consists of a Typst library and a plugin written in Rust. Sources for the library are under src/, and sources for the plugin are in plugin/.

This project can be built into a proper Typst package and tested by build.py. This build script was made for Python 3.12, and does not require anything outside of the standard library.

The tests/ directory contains a small test suite.

Usage

For more information on how to use this package, take a look at the rendered README on Typst Universe.

License

Unless otherwise stated, the contents of this repository are licensed under the MIT License, with the exception of the chess pieces under src/assets/. Those are licensed under the GNU General Public License, version 2. They were initially published on Wikimedia by Cburnett, and later modified by other contributors.