How do I configure freeglut to work with Code::Blocks
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 开发者_JAVA技巧help would be appreciated, including tutorials, etc.
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
I found a tutorial which shows how to install glut. I was able to use it to configure freeglut as well. It worked perfectly.
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..
精彩评论