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.
我使用带有 GUI 界面的 C 编写了一个进程浏览器。我想添加一个图表来显示 CPU 状态。哪些库或函数可以帮助我做到这一点?
您可以使用Cairo,它是一个用 C 编写的简单 2D 图形库。
您可以使用curses称为 pdcurses 的 windows impelementation
curses
您可以将OpenGL用于高性能图形