如何配置 freeglut 来使用 Code::Blocks
我想知道如何配置 freeglut 来与 Code::Blocks IDE 和 minGW 编译器一起使用。我对 Code::Blocks 没有太多经验,而且我已经尝试了 glut 和 freeglut 很长时间了。 任何帮助,包括教程等,将不胜感激。
I would like to know how to configure freeglut to work with the Code::Blocks IDE and minGW compiler. I don't have much experience with Code::Blocks and I have tried both glut and freeglut for ages.
Any help would be appreciated, including tutorials, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不久前写了这个教程。他们将把它包含在即将发布的 code::blocks 版本中,因此最终将使本教程过时。但现在,您可以很好地运行本教程。请记住,Glut / Glut32 通常是旧的(2001 年)专有库。但 freeGlut 始终是最新的。所以最好使用 freeGlut 来代替。
http://wiki.codeblocks.org/index.php?title=Using_FreeGlut_with_Code: :块
I wrote this tutorial a while back. They will be including it in an upcoming version of code::blocks so it will eventually make this tutorial obsolete. But for now, you can run this tutorial just fine. Remember Glut / Glut32 in general are OLD ( 2001 ) propriatary libraries. But freeGlut is always up to date. So its better to use freeGlut instead.
http://wiki.codeblocks.org/index.php?title=Using_FreeGlut_with_Code::Blocks
我找到了一个教程,它展示了如何安装 glut。我也可以用它来配置 freeglut。它工作得很好。
I found a tutorial which shows how to install glut. I was able to use it to configure freeglut as well. It worked perfectly.
我找到了一个教程,它一步步用图像来解决配置中的所有问题
使用 Freeglut Opengl 配置代码块
希望这会有所帮助..
I found a tutorial which tells step by step with images to solve all problems in configuration
Configure codeblocks with Freeglut Opengl
Hope This Will Helpful..