Category Archives: OpenGL

OpenGL (GLUT) with Code::Blocks on Windows Operating System

1. Go to  http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/glut/ and download  glut-3.x.x-bin 2. Unzip it, and then copy glut32.dll to C:\Windowssystem32 copy glut.h to <CodeBlocks directory>MinGWincludeGL copy glut32.lib to <CodeBlocks directory>MinGWlib 3. Execute Code::Blocks , and create a glut project 4. Attention that GLUT’s location … Continue reading

Posted in OpenGL, 程式設計 | Leave a comment