How to draw a String to the window with OpenGL?

后端 未结 2 419
渐次进展
渐次进展 2020-12-22 07:50

I\'m creating a game but I have one problem: how can I draw text to the screen, as I want to print something every time the player picks up something or gets hurt. I already

2条回答
  •  感动是毒
    2020-12-22 08:30

    No, there is no method in OpenGL for easily printing text. You must either use one of the libraries that exist for this purpose or you must write it yourself.

提交回复
热议问题