Platform abstraction layer for Blinc UI - unified windowing, input, and lifecycle
Blinc Android platform - native activity, JNI bridge, and input handling
Blinc desktop platform - macOS, Windows, Linux windowing and input
Blinc iOS platform - UIKit integration, Metal rendering, and touch input
Blinc Web platform — HtmlCanvasElement integration, browser event conversion, and fetch-based asset loading for wasm32-unknown-unknown
Blinc UI Framework CLI - build, run, and hot-reload Blinc applications
Cross-platform audio/video for Blinc — royalty-free codecs only
Theming system for Blinc UI framework - colors, typography, and design tokens
Cross-platform routing with deep linking 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).
Blinc application framework with clean layout and rendering API
Image loading and rendering for Blinc UI