Wgpu-rs: Example to render overlay text

Created on 9 Jan 2021  路  1Comment  路  Source: gfx-rs/wgpu-rs

Hello,

Does WGPU supports text rendering ? or if it's handled by an extension ?
If it's supported, is it possible to provide an example of overlay text rendering ?

Thanks
Marc-Antoine

question

Most helpful comment

Wgpu isn't the level of abstraction that would do text rendering, but can be used to create text renderers, take a look at wgpu-glyph as a convinent way of rendering text.

>All comments

Wgpu isn't the level of abstraction that would do text rendering, but can be used to create text renderers, take a look at wgpu-glyph as a convinent way of rendering text.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmilford picture dmilford  路  3Comments

JoshuaBatty picture JoshuaBatty  路  5Comments

gzp-crey picture gzp-crey  路  3Comments

chinedufn picture chinedufn  路  3Comments

lordnoriyuki picture lordnoriyuki  路  4Comments