Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C++ 中绘制 3D 散点图的最佳方法是什么?
或者也许使用外部程序更容易。你能推荐我的东西吗?
您听说过 ChartDirector。我曾经使用它,但不知道他们是否有 3D 散点图。试试http://www.advsofteng.com/ 1
您需要的是某种形式的 GUI 库 - 例如,您可以使用 ncurses,但终端中的图形相当困难。任何 GUI 库都可以做到。
FLTK是最容易上手的,并且绝对可以解决您的问题,但GTK也应该这样做,以及wxWidgets等。
如果做不到这一点,OpenGL 可能是完成它的一种 hacky 方式!
希望这可以帮助。