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§
- Dynamic
Image - A Dynamic Image
Traits§
- Renderer
- Trait defining the interface for an IRMF renderer.
Type Aliases§
- Irmf
Result - Result type for IRMF operations.