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

2D text rendering #5

Open
jgonzalezdemendibil opened this issue Mar 25, 2021 · 1 comment
Open

2D text rendering #5

jgonzalezdemendibil opened this issue Mar 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jgonzalezdemendibil
Copy link

Hi,

First of all I would like to mention the good work carried in this project. I have been testing almost all the features and I was thinking about rendering text. I managed to crete a mesh reandereable containing the text to display but I wolud like to know if you are thinking about implementing this feature. (Example: a GUI text)

Thanks in advance,

Javi

@angeloskath
Copy link
Owner

Thank you Javi! I am glad you like it.

I did start a text renderable some time ago but I did not finish it and I believe I haven't even pushed the branch.

If you feel like writing a shader for text, I would be more than happy to merge it, but to be honest I don't think we will add one any time soon (unless we really need one for something 😁).

So far our approach has been use simple-3dviz for fast visualization in an ipython shell for instance, or write a small script that does an animation and then annotate by overlaying text on the video (which sucks I agree).

Let us know if we can help in any way. I will leave this issue open and mark it as a new feature because I believe it would be useful for a lot of people.

Cheers,
Angelos

@angeloskath angeloskath added the enhancement New feature or request label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants