프레임 버퍼에 그림을 그리는 기능을 모아놓은 GL 및 GLU
윈도우를 생성하거나 사용자 상호 작용을 처리하는 라이브러리: AUX 또는 GLUT

GL Lib (Main Library) - "gl.h" "opengl32.lib"
prefix - "gl"

GLU Lib (Utility Lib) - "glu.h" "glu32.lib"
prefix - "glu"
고급기능(곡선, 곡면, 고급뷰잉)

AUX Lib (Auxiliary Lib for App interface) - "glaux.h"
prefix - "aux"
응용프로그램 인터페이스 Tool kit

GLUT Lib (Utility Toolkit Lib) - "glut.h" "glut32.lib"
prefix - "glut"
최초 x-windows 에서 사용 시자가

GLX/AGL/WGL
Data Types - GLshort, GLdoublel 등. prefix - "GL"
Function Naming - <prefix><command><postfix> ex)glcolor3f - GL함수, Color함수, 매개변수float3개

'Windows > 개발잡담' 카테고리의 다른 글

[Win32] 변수 형 및 접두어 뜻  (0) 2007.09.18
프리젠테이션 - 각종 효과들의 도배  (0) 2006.11.21
MBCS, UNICODE 프로그래밍  (0) 2006.09.30
표준?  (0) 2006.09.01
어처구니 없는 마케팅  (0) 2006.08.30

+ Recent posts