summaryrefslogtreecommitdiff
path: root/racer-tracer/src/error.rs
AgeCommit message (Collapse)Author
2023-01-17📜 Add config supportSakarias Johansson
2023-01-13✨ Add realtime previewSakarias Johansson
- Preview quality is crude but works good enough. - Add scaling to render function. This helps to make the preview faster because we can use the same result for several pixels. - You can move around the camera a bit with wasd, super basic. - Press R to start/stop rendering the scene.
2023-01-11🔨 Refactors & Use rayonSakarias Johansson
- All data shared between threads are now Arcs since the data is immutable. - Remove tokio - Rustified main
2023-01-05Initial commit 🎉Sakarias Johansson