2022-02-12 19:20:02 +01:00
[](https://www.gnu.org/licenses/lgpl-3.0)
2022-02-12 19:13:34 +01:00
# cgeditor: Chess Game Editor
2022-02-12 21:30:46 +01:00
cgeditor is a dependency-free chess game editor library written in C++. It can be used with any library that provides 2D canvas drawing and mouse inputs features.
2022-02-12 19:13:34 +01:00
# Features
2022-12-29 19:58:37 +01:00
- Show move,move number, variations, NAGs, comments etc.
2022-02-12 19:13:34 +01:00
- *Delete*, *Promote* and *Set as main line* features
- Handle pieces icons
- Its graphical appareance is entirely customizable
# Architecture
To run cgeditor you need to extend 2 classes:
- CGEditor (To draw and handle events)
- CGEHalfMove (The data structure displayed by the editor)
# Example
An example based on *wxWidgets* is available in the `examples/` folder:
