Thread: OpenGL prob

  1. #16
    Yah. Morgul's Avatar
    Join Date
    Feb 2005
    Posts
    109
    This may sound silly, but you have the OpenGL Developer files installed correctly, right? And you put the include directories/library directories into your compiler so it will recognize them, right?
    Sic vis pacum para bellum. If you want peace, prepare for war.

  2. #17
    Registered User
    Join Date
    Apr 2004
    Posts
    42
    glaux is still used? didn't glut replace it or something?

  3. #18
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    glaux is unsupported, glut is outdated. Basicly thats the deal, there are some newer versions of glut but i dont think they are official.
    STL Util a small headers-only library with various utility functions. Mainly for fun but feedback is welcome.

  4. #19
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    GLUT is an API... its not outdated AFAIC. There are many implementations of the GLUT API, I use freeglut.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  2. nehe opengl prob
    By bluehead in forum C++ Programming
    Replies: 6
    Last Post: 03-29-2005, 12:01 AM
  3. Mouse 'control' prob in OpenGL
    By gazsux in forum Game Programming
    Replies: 5
    Last Post: 04-17-2003, 10:00 AM
  4. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  5. FPS Counter Prob in OpenGL
    By brandonp in forum Game Programming
    Replies: 1
    Last Post: 07-16-2002, 02:49 PM