본문 바로가기

B1:기초 Basement

OpenGL 실행을 위한 glut.h , glut32.dll , glut32.lib 다운로드 받는 곳

반응형

Here~!

http://www.xmission.com/~nate/glut.html


VERSION/INFO:

    This is GLUT for Win32 version 3.7.6 as of Nov 8th 2001.
    See the COPYRIGHT section for distribution and copyright notices.
    Send all bug reports and questions for this version of GLUT to
    Nate Robins [nate@pobox.com].

    For more information about GLUT for Win32, see the web page:
   
www.pobox.com/~nate/glut.html or subscribe to the GLUT for Win32
    mailing list by sending e-mail to
majordomo@perp.com with
    "subscribe glut" in the body of the message.

    For general information about GLUT, see the GLUT web page:
   
http://reality.sgi.com/opengl/glut3/glut3.html and be sure to
    check the GLUT FAQ first for any questions that you may have:
   
http://reality.sgi.com/opengl/glut3/glut-faq.html


COMPILING/INSTALLATION:

    o  Precompiled versions of the DLL and import library can be
       found on the GLUT for Win32 web page mentioned above.

    o  Microsoft Developer Studio 6 workspace and project files have
       been included in the source code distribution.
      
       To build the glut dll:
       First, open Microsoft Developer Studio.
       Then, select File -> Open Workspace and find the glut.dsw file
       in the file dialog and double-click on it. 
       Finally, select Build -> Build glut32.dll.
       When the build is finished, it will copy:
       glut32.dll to %WinDir%\System,
       glut32.lib to $(MSDevDir)\..\..\VC98\lib, and
       glut.h     to $(MSDevDir)\..\..\VC98\include\GL.
      
       Additional workspace files have been included in the progs, test
       and lib directories to build the progs, tests and libs respectively.

OpenGL Test

My First OpenGL


반응형

'B1:기초 Basement' 카테고리의 다른 글

전자계산기조직응용기사  (0) 2007.04.24
OpenGL  (0) 2007.04.22
결합도 (Coupling in Computer Science)  (0) 2007.04.21
응집력 (Cohesion in computer science)  (0) 2007.04.21
폭포수 모형 (Waterfall model)  (0) 2007.04.21