High-quality text rendering for Blinc UI framework
Drop-in NotoColorEmoji fallback for blinc_text. Add to your Cargo.toml and the bundled subset auto-registers at binary init via a `#[ctor]` function — no source changes required. Part of the `blinc_<font>_emoji` add-on family (Twemoji, Fluent Emoji, etc. can publish their own crates with the same auto-register shape).
Drop-in Noto Sans text/symbol fallback for blinc_text. Bundles a subset of Noto Sans Regular that covers math operators, arrows, currency symbols, Latin-1 supplement punctuation, and miscellaneous technical glyphs — the non-emoji special characters that `blinc_noto_emoji` doesn't carry. Sibling of `blinc_noto_emoji` in the `blinc_<font>_*` add-on family.
Blinc layout engine - Flexbox layout powered by Taffy
Blinc application framework with clean layout and rendering API
Blinc Component Library - shadcn-style themed components built on blinc_layout primitives
Theming system for Blinc UI framework - colors, typography, and design tokens
Blinc iOS platform - UIKit integration, Metal rendering, and touch input
Blinc Paint/Canvas API - 2D drawing primitives and path rendering
Blinc GPU renderer - SDF-based rendering via wgpu
Blinc Android platform - native activity, JNI bridge, and input handling
Platform abstraction layer for Blinc UI - unified windowing, input, and lifecycle