wgpu_glyph
A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
Rust★ 504⑂ 74 forksMITupdated 4 months ago
README.mdfork it — it’s yours
wgpu_glyph
Warning
This crate has been superseded by glyphon.
glyphon has a simpler design that fits better with wgpu. Furthermore, it is built on top of cosmic-text, which supports many more advanced text use cases.
A fast text renderer for wgpu, powered by glyph_brush.
Examples
Have a look at
- The examples directory.
- Iced, a cross-platform GUI library.
- Coffee, a 2D game library.
more like this
chinese-hershey-font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Python★ 161