font-rs
Font renderer
A font rendering library written in Rust, aiming to provide high-performance rendering of TrueType glyphs.
756 stars
33 watching
49 forks
Language: Rust
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
redox-os/rusttype | A Rust library for working with OpenType fonts and rendering text on graphics hardware. | 618 |
dfrg/swash | A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage. | 657 |
gwihlidal/render-rs | A collection of Rust crates providing rendering abstractions. | 30 |
raphaklaus/fontwr-fonts | A repository of font files to support the fontwr software | 4 |
treeform/typography | A pure Nim implementation of font rasterization and text typesetting | 148 |
hecrj/wgpu_glyph | A fast text rendering library for the wgpu graphics API. | 451 |
bodoni/postscript | A Rust-based parser for PostScript font files | 11 |
mobius3/font-chef | A library that abstracts font rendering and atlas creation from a font at a specified size and color. | 53 |
vassvik/easy_font_gl45 | A simple font renderer using OpenGL 4.5 and instanced rendering. | 12 |
bodoni/font | Tools for working with font files and their structures | 33 |
servo/font-kit | A cross-platform font loading library written in Rust | 696 |
stadiamaps/sdf_font_tools | A collection of libraries and tools for working with SDF font glyphs in PBF format. | 29 |
tomolt/libschrift | A lightweight TrueType font rendering library with Unicode support and small footprint. | 471 |
wahn/rs_pbrt | A Rust implementation of physically based rendering techniques. | 811 |
ecumene/rust-sloth | A command-line 3D renderer that uses the Rust programming language and various libraries to generate images from OBJ file formats. | 784 |