rust-pathtracer 0.2.4

A principled BSDF pathtracer with an abstracted backend. Perfect for rendering procedural content.
Documentation
[dependencies.colors-transform]
version = "0.2.11"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.8.0"

[dependencies.rhai]
default-features = true
features = ["sync", "internals"]
version = "1.12.0"

[package]
description = "A principled BSDF pathtracer with an abstracted backend. Perfect for rendering procedural content."
edition = "2021"
keywords = ["pathtracer", "graphics", "principled", "BSDF", "raytracing"]
license = "MIT"
name = "rust-pathtracer"
readme = "README.md"
repository = "https://github.com/markusmoenig/rust-pathtracer.git"
version = "0.2.4"