Cross-platform drawing library

后端 未结 11 1126
独厮守ぢ
独厮守ぢ 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:51

    Antigrain does high quality primitive rendering and seems to be able to render true type fonts and has a commercial license available upon request.

    http://www.antigrain.com/

    0 讨论(0)
  • 2020-12-24 10:51

    Use SDL

    0 讨论(0)
  • 2020-12-24 10:53

    OpenGL?

    0 讨论(0)
  • 2020-12-24 10:55

    Have a look at SFML. It's open source but the license is very permissive.

    Drawing simple shapes
    Displaying text

    0 讨论(0)
  • 2020-12-24 10:55

    Have you tried FLTK? It is lightweight, cross-platform, has support for 2D/3D graphics and comes with a good widget set (including a charting component). The API is simple and straight forward.

    0 讨论(0)
提交回复
热议问题