1 unstable release
0.3.0 | Jan 30, 2024 |
---|
#793 in Graphics APIs
200KB
1K
SLoC
This is a (hopefully short-term) fork of the excellent glyphon project which adds text rotation support. The approach here is used by the Avenger visualization project, but is not sufficiently general as to be included in glyphon itself. See discussion in https://github.com/grovesNL/glyphon/pull/64 for background.
🦅 glyphon 🦁
wgpu
What is this?
This crate provides a simple way to render 2D text with wgpu
by:
- shaping/calculating layout/rasterizing glyphs (with
cosmic-text
) - packing the glyphs into texture atlas (with
etagere
) - sampling from the texture atlas to render text (with
wgpu
)
To avoid extra render passes, rendering uses existing render passes (following the middleware pattern described in wgpu
's Encapsulating Graphics Work wiki page.
License
This project is licensed under either Apache License, Version 2.0, zlib License, or MIT License, at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be triple licensed as above, without any additional terms or conditions.
Dependencies
~17–48MB
~761K SLoC