facett-core 0.1.0

facett — visual kernel: render a node/edge Scene into egui (wgpu fast path to come)
Documentation
  • Coverage
  • 78.8%
    145 out of 184 items documented0 out of 125 items with examples
  • Size
  • Source code size: 190.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Ignalina

facett-core — the visual kernel. Render a node/edge Scene into egui. Source-agnostic: build a Scene from anything (Arrow rows, a graph, a DAG), hand it here, get pixels. The CPU painter is the reference; a wgpu fast path (GPU viewport-cull + indirect draw, seeded from katana-osm's osm-viewer) lands behind this same draw() call — consumers don't change.