Crates.io | avenger-glyphon |
lib.rs | avenger-glyphon |
version | 0.3.0 |
source | src |
created_at | 2024-01-30 13:35:57.890072 |
updated_at | 2024-01-30 13:35:57.890072 |
description | Fast, simple 2D text rendering for wgpu |
homepage | https://github.com/grovesNL/glyphon.git |
repository | https://github.com/grovesNL/glyphon |
max_upload_size | |
id | 1120236 |
size | 452,049 |
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.
wgpu
This crate provides a simple way to render 2D text with wgpu
by:
cosmic-text
)etagere
)wgpu
)To avoid extra render passes, rendering uses existing render passes (following the middleware pattern described in wgpu
's Encapsulating Graphics Work wiki page.
This project is licensed under either Apache License, Version 2.0, zlib License, or MIT License, at your option.
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.