Walther / clovers

Ray Tracing in Rust
https://walther.github.io/clovers/clovers/
13 stars 1 forks source link

2022 10 08 refactor #164

Closed Walther closed 1 year ago

Walther commented 1 year ago

Start using enum_dispatch. Closes #59

Get the ergonomics of using traits, without the overhead of dynamic dispatch