Skip to content
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

Open
kburman opened this issue Jan 20, 2020 · 4 comments
Open

How do I print text? #92

kburman opened this issue Jan 20, 2020 · 4 comments

Comments

@kburman
Copy link

kburman commented Jan 20, 2020

I have checked all the examples but couldn't find anything related to it.
Is there any helper method to do this?

@danini-the-panini danini-the-panini added this to the 1.0.0 milestone Jan 21, 2020
@danini-the-panini
Copy link
Owner

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.

@kburman
Copy link
Author

kburman commented Jan 21, 2020

Thanks for the reply.
Is there any plan for any helper methods in the future?

@danini-the-panini
Copy link
Owner

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.

@kburman
Copy link
Author

kburman commented Jan 21, 2020

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.

@danini-the-panini danini-the-panini removed this from the 1.0.0 milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants