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

Font rendering for the wgpu graphics backend #5

Closed
hecrj opened this issue Apr 24, 2019 · 3 comments · Fixed by #18
Closed

Font rendering for the wgpu graphics backend #5

hecrj opened this issue Apr 24, 2019 · 3 comments · Fixed by #18
Assignees
Labels
feature New feature or request

Comments

@hecrj
Copy link
Owner

hecrj commented Apr 24, 2019

The wgpu backend does not currently render any text.

The gfx backend is using gfx_glyph, which was pretty simple to integrate. For the wgpu backend, we could use glyph_brush directly. It won't be as easy to integrate, but I think it should be doable.

@hecrj hecrj added feature New feature or request help wanted Extra attention is needed labels Apr 24, 2019
@hecrj
Copy link
Owner Author

hecrj commented Apr 25, 2019

#8 is somewhat related. Maybe we should tackle both issues at the same time.

@hecrj hecrj self-assigned this Apr 26, 2019
@hecrj
Copy link
Owner Author

hecrj commented Apr 26, 2019

I am currently working on this.

@hecrj hecrj removed the help wanted Extra attention is needed label Apr 26, 2019
@hecrj
Copy link
Owner Author

hecrj commented Apr 27, 2019

I just published wgpu_glyph. Integration incoming!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant