OpenGL

김민교·2023년 4월 9일
0

OpenGL and GLU

GLU - GLUtility라는 뜻.
www.opengl.org
요즘 windows, linux, maxos는 OpenGL과 GLU는 기본적으로 깔려있다. install할 필요 없슴.

GLFW
www.glfw.org
API for creating winodws and contexts, receiving input and event

GLFW 깔기
1. www.glfw.org에서 64-bit Windows binaries를 다운받아라.
2. 다운받고 압축 해제하면 include/GLFW가 나온다. 이거를
{VC Root}/include에 넣어놔라.
3. lib-vc[version]/.lib 를 {VC Root}/lib에 넣어놔라
4. lib-vc[version]/
.dll 를 %SystemRoot%/system32에 넣어놔라.

{VC Root} C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133

profile
안녕

0개의 댓글