C++ 中的可扩展和动态图形可视化库

发布于 2024-10-21 17:35:46 字数 147 浏览 1 评论 0原文

我正在开发一款大量使用图表的软件。我想可视化这些图表(它们可能会变得很大)。是否有一个好的 C++ 库(或其他语言,但带有 C++ API)可以实现快速、简单且可扩展的图形可视化?

我对诸如缩放图形的某些部分或使用 OpenGL 进行 3D 渲染之类的功能感兴趣。

I am developing a piece of software that makes an intensive use of graphs. I'd like to visualize these graphs (they may become quite large). Is there a good C++ library (or in another language, but with a C++ API) that allows for fast, easy, and scalable visualization of graphs?

I would be interested in features such as zooming on some parts of the graph, or have 3-d rendering using OpenGL.

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

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

发布评论

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

评论(2

如梦 2024-10-28 17:35:46

Do you use Boost.Graph? Then you can write .dot-files with write_graphviz and let GraphViz do the drawing.

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