jalberse / shimmer

Physically based rendering in Rust
Apache License 2.0
33 stars 0 forks source link

Improve error handling #59

Open jalberse opened 4 months ago

jalberse commented 4 months ago

Use anyhow and thiserror as appropriate.

Replace panics with proper error handling; these were always meant as placeholders for speedy development.