Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecrj/wgpu_glyph
A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
https://github.com/hecrj/wgpu_glyph
font render rust text truetype wgpu
Last synced: 4 days ago
JSON representation
A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
- Host: GitHub
- URL: https://github.com/hecrj/wgpu_glyph
- Owner: hecrj
- License: mit
- Created: 2019-04-27T00:48:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T02:11:36.000Z (about 2 months ago)
- Last Synced: 2025-01-24T08:01:24.596Z (11 days ago)
- Topics: font, render, rust, text, truetype, wgpu
- Language: Rust
- Homepage: https://docs.rs/wgpu_glyph
- Size: 225 KB
- Stars: 465
- Watchers: 11
- Forks: 78
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.[`glyphon`]: https://github.com/grovesNL/glyphon
[`wgpu`]: https://github.com/gfx-rs/wgpu
[`cosmic-text`]: https://github.com/pop-os/cosmic-text[![Test Status](https://img.shields.io/github/actions/workflow/status/hecrj/wgpu_glyph/test.yml?branch=master&event=push&label=test)](https://github.com/hecrj/wgpu_glyph/actions)
[![crates.io](https://img.shields.io/crates/v/wgpu_glyph.svg)](https://crates.io/crates/wgpu_glyph)
[![Documentation](https://docs.rs/wgpu_glyph/badge.svg)](https://docs.rs/wgpu_glyph)
[![License](https://img.shields.io/crates/l/wgpu_glyph.svg)](https://github.com/hecrj/wgpu_glyph/blob/master/LICENSE)A fast text renderer for [wgpu](https://github.com/gfx-rs/wgpu), powered by
[glyph_brush](https://github.com/alexheretic/glyph-brush/tree/master/glyph-brush).## Examples
Have a look at
* [The examples directory](examples).
* [Iced](https://github.com/hecrj/iced), a cross-platform GUI library.
* [Coffee](https://github.com/hecrj/coffee), a 2D game library.