자료실2013. 1. 4. 17:42

[관련링크]

http://www.microsoft.com/visualstudio/kor/downloads

 

1. 무료버전은 Express라는 이름이 붙어 있습니다.

2. Visual Studio Express 2012 for Windows Desktop이 무난하다.

'자료실' 카테고리의 다른 글

010  (0) 2013.08.19
XNALara 9.7.8  (0) 2013.01.25
윈도우에서 .DS_Store 파일을 한꺼번에 지우기  (0) 2012.09.03
PVRTexTool  (0) 2011.11.17
W7 Authorize  (0) 2011.11.13
Posted by VSCoder
OpenGL2012. 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 header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.

 

'OpenGL' 카테고리의 다른 글

OpenTK - Setting Up  (0) 2014.10.19
OpenGL강좌 사이트  (0) 2013.01.18
GLFW  (0) 2012.12.05
GLUT - Setting Up for Windows  (0) 2011.10.13
OpenGL Super Bible  (0) 2011.10.13
Posted by VSCoder
OpenGL2012. 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 claim to the main loop.

GLFW is written in C and has native support for Windows, Mac OS X and many Unix-like systems using the X Window System, such as Linux and FreeBSD.

GLFW is licensed under the zlib/libpng license.

 

1. OpenGL 연습용 윈도우 생성 라이브러리로 적합하다.

2. 간단한 메시지 처리도 할 수 있다.

'OpenGL' 카테고리의 다른 글

OpenTK - Setting Up  (0) 2014.10.19
OpenGL강좌 사이트  (0) 2013.01.18
GLEW  (0) 2012.12.05
GLUT - Setting Up for Windows  (0) 2011.10.13
OpenGL Super Bible  (0) 2011.10.13
Posted by VSCoder