grovesNL / glyphon

🦅🦁 Fast, simple 2D text renderer for wgpu
414 stars 51 forks source link
2d glyph render rust text wgpu

🦅 glyphon 🦁

Fast, simple 2D text rendering for wgpu


crates.io docs.rs Minimum Rust Version Build Status

What is this?

This crate provides a simple way to render 2D text with wgpu by:

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.