Expand description
trueno-viz has moved to aprender-viz.
This crate re-exports aprender-viz for backward compatibility.
New code should depend on aprender-viz directly.
Modules§
- accel
- SIMD/GPU acceleration layer. SIMD/GPU acceleration layer.
- color
- Color types and color space conversions.
- error
- Error types for trueno-viz operations. Error types for trueno-viz operations.
- framebuffer
- Core framebuffer for pixel rendering. Core framebuffer for pixel rendering.
- geometry
- Geometric primitives (points, lines, rectangles). Geometric primitives for visualization.
- grammar
- Grammar of Graphics implementation. Grammar of Graphics implementation.
- interop
- Ecosystem integrations (trueno-db, trueno-graph, aprender). Ecosystem integrations.
- output
- Output encoders (PNG, SVG, terminal). Output encoders (PNG, SVG, HTML, terminal).
- plots
- High-level plot types (scatter, heatmap, histogram, etc.). High-level plot types.
- prelude
- Commonly used types and traits for convenient imports.
- prompt
- Text prompt interface for declarative visualization DSL. Text prompt interface for declarative visualization.
- render
- Rendering backends and rasterization. Rendering backends and rasterization.
- scale
- Scale functions for data-to-visual mappings. Scale functions for data-to-visual mappings.
- trueno
- Trueno: Multi-Target High-Performance Compute Library
- widgets
- Dashboard widgets for experiment tracking and visualization. Dashboard widgets for experiment tracking and visualization.
Enums§
- Error
- Errors that can occur in trueno-viz operations.
Type Aliases§
- Result
- Result type alias using [
Error].