Drawing Text
This is just a simple demo that draws “text” to the screen. Nothing overtly impressive about it, except for the fact it is TEXT ON THE SCREEN!
You can have the greatest plot for a game but without a method to push this to the user all you’ve really got is images on the screen. Hell, my simple menu system below is nothing really without a method to notify the user about what the buttons do.
I really need to update this with more effects. However, if you’re really interested I believe Nate Robbinson(sp?) wrote an open source text drawing class that is very useful.
Downloads
- file:
DrawText.zip [68.14kb]
Category: OpenGL
download: 651 - file:
DrawTextsrc.zip [12.79kb]
Category: OpenGL
download: 760
Click here for a other articles in the opengl section.
Walter Reid