Walther / clovers

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

GUI rewrite with egui #122

Closed Walther closed 2 years ago

Walther commented 2 years ago

Uses https://github.com/emilk/egui Fixes #115

Note: during the rendering, progress bar isn't actually updated as the rendering happens to block the UI thread. Fixing this would require more complicated async task spawning.