Thread: opengl/glut adding text on screen?

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    221

    opengl/glut adding text on screen?

    i havent been able able to find a decent working example that shows hwo to display text on the screen. any help?

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    221
    the problem with that is that it's windows dependant. i've apparently got to build a program that is OS independant

  4. #4
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by revelation437
    the problem with that is that it's windows dependant. i've apparently got to build a program that is OS independant
    scroll down to the bottom and see if there is a linux port. If it uses GLUT then you have an OS independant solution. If it doesnt use GLUT, then write your own port and submit it back to NeHe when your done!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Text adventure engine idea. thoughts?
    By suzakugaiden in forum Game Programming
    Replies: 16
    Last Post: 01-15-2006, 05:13 AM
  2. Converting from Screen to World Coordinates
    By DavidP in forum Game Programming
    Replies: 9
    Last Post: 05-11-2004, 12:51 PM
  3. question about printing on screen and not overwriting text...
    By revelation437 in forum C Programming
    Replies: 2
    Last Post: 12-14-2002, 02:48 PM
  4. Adding text to an edit box
    By ColdFire in forum Windows Programming
    Replies: 1
    Last Post: 09-04-2002, 01:35 PM
  5. Replies: 4
    Last Post: 06-22-2002, 12:23 PM