Text in GLFW?

how do I put strings on the window?

Thanks :smiley:

GLFW has no support for text. Iā€™m using glut in parallel with GLFW to render text, but this is quick and ugly solution. You can create font texture yourself and render quads corresponding to letter code. Or use some library like FTGL.

QuesoGLC