| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-18 | 🏙️ Add support for reading scene from file | Sakarias Johansson | |
| 2023-01-17 | 📜 Add config support | Sakarias Johansson | |
| 2023-01-13 | ✨ Add realtime preview | Sakarias 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 rayon | Sakarias Johansson | |
| - All data shared between threads are now Arcs since the data is immutable. - Remove tokio - Rustified main | |||
| 2023-01-05 | Initial commit 🎉 | Sakarias Johansson | |
