Skip to main content

Crate fidget_raster

Crate fidget_raster 

Source
Expand description

2D and 3D rendering

To render something, build a configuration object then call its run function, e.g. pixel::RenderConfig::run and voxel::RenderConfig::run.

Modules§

effects
Post-processing effects for rendered images
pixel
2D bitmap rendering / rasterization
voxel
3D bitmap rendering / rasterization

Structs§

BadPixelCount
Error type for image builder
Image
Generic image type

Traits§

RenderSize
Trait for things that have a width and height in pixels

Type Aliases§

ColorImage
Three-channel color image