Skip to main content

Crate irmf_slicer

Crate irmf_slicer 

Source
Expand description

Core library for the IRMF slicer.

This crate provides the core logic for parsing, rendering, and slicing Infinite Resolution Materials Format (IRMF) models.

For more information about the IRMF format and its capabilities, visit the official IRMF website.

Re-exports§

pub use irmf::IrmfError;
pub use irmf::IrmfHeader;
pub use irmf::IrmfModel;
pub use mock_renderer::MockRenderer;
pub use wgpu_renderer::WgpuRenderer;

Modules§

irmf
IRMF model and parsing logic.
mock_renderer
Mock implementation of the IRMF renderer for testing.
wgpu_renderer
WGPU-based implementation of the IRMF renderer.

Structs§

Slicer
A slicer that orchestrates the rendering of multiple slices of an IRMF model.

Enums§

DynamicImage
A Dynamic Image

Traits§

Renderer
Trait defining the interface for an IRMF renderer.

Type Aliases§

IrmfResult
Result type for IRMF operations.