'freeglut'에 해당되는 글 3건

  1. 2011.10.09 openglut / freeglut 무슨 사이야?
  2. 2011.09.07 ubuntu 에서 openGL 프로그래밍하기
  3. 2011.03.26 freeglut
Programming/openGL2011. 10. 9. 19:26
두녀석의 관계는... 두둥!

OpenGLUT is an open source project to evolve the GLUT (OpenGL Utility Toolkit) C/C++ API. OpenGLUT uses the freeglut code base as a foundation for extending, enhancing and refining the API.
[링크 : http://openglut.sourceforge.net/
 

OpenGLUT가 freeglut에 기반을 하고 있다.

'Programming > openGL' 카테고리의 다른 글

glutAttachMenu()의 Linux용 버그  (2) 2011.10.10
GLUT에서 더블클릭은 음..  (0) 2011.10.10
freeglut - glutMouseFunc()  (0) 2011.10.09
glut 에서 윈도우 크기 얻기  (0) 2011.10.09
openGL의 미스테리...  (0) 2011.10.08
Posted by 구차니
Linux/Ubuntu2011. 9. 7. 21:02
freeglut3-dev의 상콤한 설정

1) sudo apt-get update 
2) sudo apt-get install build-essential
3) sudo apt-get install freeglut3-dev

[링크 : http://ubuntuforums.org/showthread.php?t=345177



colinux 에서 freegult를 설치하고 예제를 컴파일 하여 실행한 화면
공부용으로는 colinux + openGL도 썩 나쁘진 않은듯 하다.
[링크 : http://www.opengl.org/resources/code/samples/glut_examples/examples/examples.html]

undefined reference to `gluOrtho2D' 해결법은
-lGLU
[링크 : http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=273312

'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu Desktop 64bit on Xeon Server (nocona) 3.0Ghz x 2  (2) 2011.09.17
Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패  (0) 2011.09.13
update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
Posted by 구차니
Programming/openGL2011. 3. 26. 22:21

VERSION:
Release 3.7, Novermber 22, 1998. 

glut는 현재 최신버전이 무려! 1998년도 제작이다.
이런 이유로 휠마우스 지원이라던가 실질적인 업그레이드가 안되고 있기 때문에 freeglut 라는게 생겨났다. 

[링크 : http://stackoverflow.com/questions/14378/using-the-mouse-scrollwheel-in-glut
[링크 : http://freeglut.sourceforge.net/]
    [링크 : http://www.transmissionzero.co.uk/software/freeglut-devel/] << win32용 라이브러리

'Programming > openGL' 카테고리의 다른 글

openGL tutorial - 태양과 지구 돌리기  (0) 2011.03.29
openGL callback function - GLUT 키보드 / 마우스 입력  (0) 2011.03.28
openGL - glbegin()  (2) 2011.03.25
openGL - glortho()  (4) 2011.03.25
visual Studio에서 openGL 돌리기  (0) 2011.03.16
Posted by 구차니