Skip to content
Fast GPU cached text rendering
Rust GLSL
Branch: master
Clone or download
alexheretic GlyphBrush rebuilding (#73)
* Add GlyphBrush rebuilding
Latest commit 688e15a Jul 13, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
fonts Update font in paragraph examples Dec 14, 2018
gfx-glyph GlyphBrush rebuilding (#73) Jul 13, 2019
glyph-brush-layout update xi-unicode -> 0.2 Jun 29, 2019
glyph-brush GlyphBrush rebuilding (#73) Jul 13, 2019
.gitignore Update .gitignore Apr 11, 2019
.travis.yml Update CI (#62) Apr 27, 2019
Cargo.toml Remove workspace default-members Nov 29, 2018
LICENSE Update .gitignore Apr 11, 2019
README.md gfx-glyph: update gfx -> 0.18 Feb 12, 2019
rustfmt.toml cargo fmt Dec 6, 2018

README.md

glyph-brush

Fast cached text rendering.

glyph_brush

Render API agnostic rasterization & draw caching text rendering.

gfx_glyph

glyph_brush wrapper for gfx-rs v0.18 (OpenGL).

glyph_brush_layout

Text layout for rusttype used in glyph_brush.

Examples

cargo run -p glyph_brush --example opengl --release

Also look at the individual crate readmes.

Minimum supported rust compiler

All crates maintained with latest stable rust.

You can’t perform that action at this time.