enginerenderer 0.0.1

A zero-dependency offline rendering engine in pure Rust — CPU path tracing, BVH acceleration, 16-band spectral rendering, PBR materials, animation & video export.
Documentation
1
2
3
4
5
6
7
/// Fluent camera controller for declarative camera setup.
pub mod controller;
/// Ready-to-use camera presets.
pub mod presets;

/// Public camera controller type.
pub use self::controller::CameraController;