如何设置OpenGL编程环境?


Answers:



14

据我所知,OpenGL是一个图形库。IDE的选择取决于您要在其中使用OpenGL的语言。

Anjuta是C和C ++的完美IDE

sudo apt-get install anjuta

那么您必须下载OpenGL库:

sudo apt-get install freeglut3 freeglut3-dev libglew1.5 libglew1.5-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev

之后,您应该在代码中包含库(在gl / *文件夹中)


2
+1。GLUT是我们在uni上学习图形学的东西。相当标准的C绑定,并且有很多文档。
奥利(Oli)
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.