glyphon

Crates.ioglyphon
lib.rsglyphon
version0.5.0
sourcesrc
created_at2022-05-10 12:00:34.020965
updated_at2024-01-18 00:04:42.218368
descriptionFast, simple 2D text rendering for wgpu
homepagehttps://github.com/grovesNL/glyphon.git
repositoryhttps://github.com/grovesNL/glyphon
max_upload_size
id583935
size459,158
Josh Groves (grovesNL)

documentation

README

🦅 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:

  • 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.

Commit count: 98

cargo fmt