wgpu_glyph
Text renderer
A text rendering library built on top of glyph_brush and optimized for use with wgpu
A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
456 stars
11 watching
77 forks
Language: Rust
last commit: 8 days ago
Linked from 1 awesome list
fontrenderrusttexttruetypewgpu
Related projects:
Repository | Description | Stars |
---|---|---|
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,652 |
dfrg/swash | A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage. | 671 |
wilkelab/ggtext | A package providing basic text rendering support using gridtext for ggplot2 plots | 657 |
sotrh/learn-wgpu | A tutorial and guide to using the WGPU library in Rust for access to GPU functions | 1,533 |
dvergar/rainbow | A text rendering library with customizable color and size per character for rich text display. | 4 |
pfgithub/pixelcode | A text rendering system written in Zig that uses pixel art to display custom fonts and characters. | 7 |
raphlinus/font-rs | A font rendering library written in Rust, aiming to provide high-performance rendering of TrueType glyphs. | 756 |
clementfarabet/gfx.js | A browser-based graphics backend that monitors directory changes and renders HTML files on demand | 125 |
gwihlidal/render-rs | A collection of Rust crates providing rendering abstractions. | 30 |
r-spatial/leafgl | A package that enables fast WebGL rendering of features on leaflet maps. | 268 |
vaneenige/phenomenon | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,782 |
ziglibs/fontaine | A text rendering library providing basic font layouting and glyph information for rendering text in arbitrary contexts. | 34 |
jinleili/wgpu-in-app | Enables graphics APIs in mobile apps without using third-party window management libraries | 294 |
redox-os/rusttype | A Rust library for working with OpenType fonts and rendering text on graphics hardware. | 622 |
gregcman/lem-opengl | A frontend for a text editor that renders its content in an OpenGL texture for use in graphics applications. | 37 |