easiest way to diplay text in opengl

Hello all,

i’m new to opengl. And i’m searching for a easy way to display text in my opengl appplication. A link to example code would be very nice.

thx in advance

zebu

argh, i’m sorry. I’ve found it on my own, right now.
i was just too lazy. Sorry, it won’t repeat!?

this i’ve found, if someone is interested in:

goto to Nehe’s page and grab the text tutorial. It’s simple and clean.
http://nehe.gamedev.net

I have a text library called glTexFont here http://nate.scuzzy.net/gltexfont and here http://nate.scuzzy.net/common.html The second one is a C++ class rather than a library.

I’m such a lazy dog :smiley:

Zebu