c++ Linux 下的二维绘图工具

发布于 2024-11-03 07:11:11 字数 219 浏览 1 评论 0原文

我正在寻找一个简单的用于 Linux 的 c++ 2d 绘图工具(更诚实地说是“跨平台”)。

“koolplot”很好,但我认为它仅适用于 Windows,因为它的代码包含graphics.h 和 windows.h。

有人建议使用 Qt 的 QPainter,但我什至无法使用它来绘制单个点。 :'(

那么,是否有其他绘图工具的帮助或 Qt 的 QPainter 的不错的教程?

I am looking for a simple c++ 2d plotting tool for Linux (to be more honest "Cross-platform").

"koolplot" is nice but I think it's for windows only since its code includes graphics.h and windows.h.

Someone suggested Qt's QPainter, but I cannot even use it to draw a single point. :'(

So, is there any help on other plotting tool or a decent tutorial on Qt's QPainter?

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

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

发布评论

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

评论(2

2024-11-10 07:11:11

查看Qwt。它对于我的所有 2D 应用程序都很有效,而且它是跨平台的。

Check out Qwt. It's worked well for all of my 2D applications, plus it's cross-platform.

妄断弥空 2024-11-10 07:11:11

MathGL 是跨平台 GPL 绘图库,它有用于 Qt 的 QMathGL 小部件。

MathGL is cross-platform GPL plotting library, and it have QMathGL widget for Qt.

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