C++ 的 3D 图形绘制

发布于 2024-09-08 12:18:16 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

回忆追雨的时光 2024-09-15 12:18:16

为什么不使用 gnuplot ?我用它来做这种事情。如果您确实需要一个库,那么我会看看 gnuplot++

Why not use gnuplot? I use it for this sort of thing. If you really need a library, then I'd look at gnuplot++

水波映月 2024-09-15 12:18:16

MathGL 拥有大量 1D(曲线)、2D(曲面)和 3D(体积)绘图类型。它还可以导出到 EPS 并解析一些 TeX 公式。

MathGL have large set of 1D (curves), 2D (surfaces) and 3D (volume) plot types. It also have export to EPS and parse some of TeX formulas.

夜夜流光相皎洁 2024-09-15 12:18:16

如果您会使用 Qt,请查看 QwtPlot3d (http://qwtplot3d.sourceforge.net/)在你的项目中。
(基本上它是OpenGL渲染库,但据我所知它有能力产生EPS输出)

PS.我从未使用过它,但有QwtPlot(相关的2D绘图库)的经验,并且它是一个设计良好且灵活的库。

编辑:
来自该库的功能列表:
“……”
“- 通过 gl2ps 进行矢量输出(PostScript、EPS 和 PDF)”
“……”

Take a look at QwtPlot3d (http://qwtplot3d.sourceforge.net/), if you can use Qt in your project.
(Basically it is OpenGL rendering library, but AFAIK it has ability to produce EPS output)

PS.I had never used it, but have experience in QwtPlot (related 2d ploting library), and it is pretty well designed and flexible library.

Edit:
From features list of this library:
"..."
"- Vector output (PostScript, EPS and PDF) via gl2ps"
"..."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文