On Wed, Aug 20, 2008 at 2:00 AM, Thomas Hruska <[EMAIL PROTECTED]> wrote: > Paul Herring wrote: >> On Wed, Aug 20, 2008 at 12:29 AM, Paul David <[EMAIL PROTECTED]> >> wrote: >>> btw i'm on Mac OS X Leopard if that matters but i'd prefer something >>> cross-platform >>> On Aug 19, 2008, at 4:27 PM, Paul David wrote: >>> >>>> Does any one no of a function or functions i can use to output text >>>> (strings, characters, numbers, variables) to a window created with >>>> opengl > Basically, you have entered an "obscure"/"unsupported" realm of OpenGL. > However, displaying text is such a common task, I can't think of a > single reason why there isn't at least rudimentary support for it in the > base library (even if such support looks terrible visually). Bizarre.
There's an opensource C++ library that handles it: http://gltext.sourceforge.net/ Probably worth a shot. -- Tamas Marki
