OpenGL
-
GLEWOpenGL 2012. 12. 5. 16:04
[ 관련링크 ] http://glew.sourceforge.net/ https://sourceforge.net/projects/glew/files/glew/1.9.0/glew-1.9.0-win32.zip/download https://sourceforge.net/projects/glew/files/glew/1.9.0/glew-1.9.0-win64.zip/download GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single heade..
-
GLFWOpenGL 2012. 12. 5. 15:54
[ 관련링크 ] http://www.glfw.org/ http://sourceforge.net/projects/glfw/files/glfw/2.7.7/glfw-2.7.7.bin.WIN32.zip/download http://sourceforge.net/projects/glfw/files/glfw/2.7.7/glfw-2.7.7.bin.WIN64.zip/download GLFW is a free, Open Source, multi-platform library for opening a window, creating an OpenGL context and managing input. It is easy to integrate into existing applications and does not lay cla..
-
GLUT - Setting Up for WindowsOpenGL 2011. 10. 13. 17:08
1. 라이브러리 다운로드 - http://www.xmission.com/~nate/glut.html 2. 컴파일러 환경 설정 - glut.h 헤더파일 위치 알려주기 - glut.lib 라이브러리 파일 위치 알려주기 - glut.dll 파일 시스템 폴더에 등록 ( Update ) 2012.12.28 - 휠마우스 처리 콜백함수가 없으니 freeGLUT 또는 glfw 사용을 권합니다. 2015.06.11 - http://www.lighthouse3d.com/ - https://github.com/lighthouse3d/GLUT-Tutorial - http://www.transmissionzero.co.uk/software/freeglut-devel/ ( 백업 ) - 혹시 몰라서 라이브러리 저장해 놓았습니다. -