gunyarakun / python-shogi

A pure Python shogi library with move generation and validation and handling of common formats.
GNU General Public License v3.0
179 stars 43 forks source link

Request - SVG image rendering #22

Open CouchTomato87 opened 4 years ago

CouchTomato87 commented 4 years ago

Would you be able to design a way so that a full board can be rendered in svg? WIkipedia uses this feature for a lot of its chess articles.

Examples for chess:

Python-Chess: https://python-chess.readthedocs.io/en/latest/svg.html

Web-boardimage rendering: https://github.com/niklasf/web-boardimage

aphirst commented 4 years ago

This would be really useful, possibly even to integrate into an Anki plugin. :whistle:

carlaraya commented 3 years ago

Hello. I'm trying to implement this feature for another project of mine. Will send the code once it is finished.