OpenGL 绘图库

发布于 2024-08-20 23:44:33 字数 1539 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

随遇而安 2024-08-27 23:44:33

MathGL 是跨平台 GPL 绘图库,可以使用 OpenGL 进行绘图(mglGraphGL 类)。

然而,它也可以生成位图(或矢量 EPS/SVG)。它相当快并且不需要窗口(可以在控制台中运行)。

MathGL is cross-platform GPL plotting library which can use OpenGL for drawing (class mglGraphGL).

However it can produce a bitmap (or vector EPS/SVG) too. It is rather fast and don't require windows (can be run in console).

从来不烧饼 2024-08-27 23:44:33

渲染为 PNG 并将其用作纹理实际上是解决问题的合理方法。如果您需要“更好”的方式,一切都取决于您认为“更好”的方式。如果涉及可缩放图形,请使用 PLPlot 的 SVG 输出并直接在 OpenGL 中渲染矢量形状。如果是为了避免中间文件,您可以扩展 PLPlot(LGPL 许可)以将数据作为内存中的块传递。

Rendering to PNG and using this as a texture is actually a reasonable way to solve your problem. If you need a "better" way, all depends on what you consider "better". If it's about scalable graphics, use the SVG output of PLPlot and render the vector shapes directly in OpenGL. If it's about avoiding intermediate files, you could extend PLPlot (LGPL licensed) to pass the data as a chunk in memory.

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