WebKit
By apple-oss-distributions
ab-glyph
Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs (by alexheretic)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WebKit
Posts with mentions or reviews of WebKit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-18.
ab-glyph
Posts with mentions or reviews of ab-glyph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-05.
-
Any suggestion for gpu text rendering?
I've only used ab-glyph myself though.
- A Programmable Markup Language for Typesetting [pdf]
- Draw 2D Text in OpenGL
-
How to render text with rust?
ab_glyph is at the same level to DirectWrite/uniscribe where you hand it a character, and it hands you back a rasterized glyph - it's on you on how to draw it.
- Text Rendering w/ HarfBuzz, FreeType and OpenGL
-
swash: Complex text shaping and glyph rasterization in pure Rust
Like tiny-skia? As for font-specific one there are ab-glyph and fontdue.
What are some alternatives?
When comparing WebKit and ab-glyph you can also consider the following projects:
hayagriva - Rusty bibliography management.
fontdue - The fastest font renderer in the world, written in pure rust.
pixglyph - OpenType glyph rendering.
wgpu-text - 📜A simple 2D text renderer for wgpu📜 > is a wrapper over glyph-brush for easier text rendering in wgpu > inspired by similar to wgpu_glyph
htmlwg - HTML Working Group
rustybuzz - A complete harfbuzz's shaping algorithm port to Rust
font-rs
swash - Font introspection, complex text shaping and glyph rendering.
cosmic-text - Pure Rust multi-line text handling
harfbuzz - HarfBuzz text shaping engine
neovide - No Nonsense Neovim Client in Rust