Cross-platform drawing library

后端 未结 11 1180
独厮守ぢ
独厮守ぢ 2020-12-24 10:01

I\'ve been looking for a good cross-platform 2D drawing library that can be called from C++ and can be used to draw some fairly simple geometry; lines, rectangles, circles,

11条回答
  •  春和景丽
    2020-12-24 10:44

    I use CImg: cross platform (self contained single header file), simple, concise. PNG is not natively supported but can be handled if ImageMagick is installed (see supported formats).

    See also this related question.

提交回复
热议问题