Board 0.9.6
LibBoard - A C++ library for simple Postscript, SVG, and XFig drawings
(Copyleft) 2007 Sébastien Fourey - GREYC ENSICAEN

Introduction

The board library allows simple drawings in:

  • Encapsulated Postcript files (EPS) ;
  • XFig files (FIG) ;
  • Scalable Vector Graphics files (SVG).

The main class of the library is the LibBoard::Board class. It is intented to be as simple as possible so that it can be used quickly in programs to generate the kind of figure one would rather not draw by hand, but which can be easily drawn by a computer (C++) program.

Code examples

Links