starsight 0.3.3

A unified scientific visualization crate for Rust — from zero-config one-liners to GPU-accelerated interactive 3D.
Documentation
1
2
3
4
5
6
7
8
//! Re-exports of layer-5 chrome rendering helpers.
//!
//! Use these when assembling a Figure manually instead of through the builder.

pub use crate::common::renders::{
    LegendEntry, render_axes, render_axis_labels, render_background, render_grid_lines,
    render_legend, render_title,
};