-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I print text? #92
Comments
Currently there is no helper for printing text. If you're looking to draw 2D text, you can use sprites to render a bitmap font. If you want 3D text, you will have to generate your own geometry from a font. |
Thanks for the reply. |
I don't have any plans at the moment, but I'd be more than happy to look at a PR that adds this sort of functionality. |
I have just started with OpenGL. Not sure If I would be able to write production-level code for it but for sure if I came with something stable and usable will raise a PR for the same. |
I have checked all the examples but couldn't find anything related to it.
Is there any helper method to do this?
The text was updated successfully, but these errors were encountered: