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.
我想编写一个在给定窗口句柄上绘制一些 opengl 的库。
如何在给定窗口内初始化 opengl-context?是否可以使用 SDL 或其他库独立于该平台?
Qt 提供了一种非常好的跨平台机制来打开 OpenGL 上下文并在其中绘图。有关详细信息,请参阅QtOpenGL。
您也可以使用 Open Producer 或 OpenSceneGraph 来执行此操作。