core-glyph 0.1.0

View tree, Signal<T>, flexbox layout, and flat quad output for the Glyph UI framework
Documentation
  • Coverage
  • 27.64%
    76 out of 275 items documented2 out of 11 items with examples
  • Size
  • Source code size: 99.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • camdenslade

Core types shared across all glyph crates.

Provides the View tree (the declarative UI description), Signal<T> for reactive state, Component for composable widgets, Theme for semantic color tokens, and ViewTree which runs Taffy layout and produces a flat list of pixel-positioned quads ready for the GPU renderer.