freeglu.h 和 glut.h 之间的区别
有人可以解释一下 freeglut.h 和 glut.h 之间有什么区别吗
can somebody please explain what is the difference between freeglut.h and glut.h
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
freeglut.h 来自 freeglut,它是 OpenGL Utility Toolkit (GLUT) 库的开源替代品。根据他们的网站:
背景部分继续突出显示库之间的差异。
或者, glut.h 来自 GLUT 库的原始版本。
freeglut.h is from freeglut, an open-source alternative to the OpenGL Utility Toolkit (GLUT) library. According to their site:
The Background section goes on to highlight differences between the libraries.
Alternatively, glut.h is from the original version of the GLUT library.
不同之处在于 glut 在一段时间前(1999 年)停滞不前,为了继续该项目,一个名叫 Pawel W. Olszta 的人推出了 freeGlut,这是现已弃用的库的替代品。不过,您可以arroud轻松找到此信息。
The difference is that glut stagnated some time ago (1999) and to continue the project, a guy called Pawel W. Olszta lauched freeGlut, an alternative to the now deprecated library. You can easly find this information arroud though.