Skip to content

c-koi/libboard

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
June 10, 2020 20:56
doc
November 13, 2013 19:04
February 1, 2023 15:59
February 1, 2023 15:59
lib
June 10, 2020 20:56
obj
June 10, 2020 20:56
out
June 10, 2020 20:56
src
February 1, 2023 13:32
November 13, 2013 19:04
January 2, 2023 13:34
.
June 9, 2016 13:35
November 2, 2022 16:08
February 1, 2023 12:50
November 13, 2013 19:04
November 2, 2022 16:08
June 10, 2020 20:56
January 18, 2023 16:41

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).