Skip to content
/ libboard Public

A vector graphics C++ library to produce EPS, SVG, and FIG files.

License

Notifications You must be signed in to change notification settings

c-koi/libboard

Repository files navigation

Libboard: a vector graphics C++ library

The LibBoard C++ library

Purpose

The LibBoard C++ library allows the drawing of Postscript, SVG, and FIG (XFig) vector graphics using the C++ programming language.

It is suitable for adding SVG/EPS/FIG output support to a program; but also for drawing graphics that involve a large (huge?) number of primitives. In the latter case, one can indeed use loops, variables, functions and all C++ features. Produced files may afterwards be edited using dedicated tools.

Features

For now, LibBoard can handle primitives like lines, rectangles, triangles, polylines, circles, ellipses, bitmap images and text. See the TODO file for a list of features that should be added in future releases.

Documentation

Licence

Starting with version 0.9.0, LibBoard is distributed under the term of the GNU Lesser General Public License.

Citing LibBoard

LibBoard: A vector graphics C++ library (Version 0.9.6). GREYC laboratory. [Software]. https://github.com/c-koi/libboard. [accessed Sept. 2015].

    @misc{LibBoard,
      key = {{LibBoard}},
      title = {{LibBoard: A vector graphics C++ library (Version 0.9.6). [Software]. GREYC Laboratory}},
      howpublished = {{https://github.com/c-koi/libboard}},
      note = {{[accessed June 2016]}},
      year = {2016},
    }

Download

  • You may get the lastest source code from the Git repository with the command below:
git clone https://github.com/c-koi/libboard.git

Author

  • Sébastien Fourey (foureys.users.greyc.fr).

About

A vector graphics C++ library to produce EPS, SVG, and FIG files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published