main render loop

This commit is contained in:
CDaut 2023-11-17 20:44:21 +01:00
parent af215f8291
commit 11ceb6ebc7
4 changed files with 62 additions and 8 deletions

View file

@ -8,6 +8,5 @@ edition = "2021"
[dependencies]
easy-gltf = "1.1.1"
clap = { version = "4.4.8", features = ["derive"] }
[alias]
runx = "run /home/clemens/repositorys/raytrace-rs/scenes/cube_on_plane.glb 0"
cgmath = "0.18.0"
rayon = "1.8.0"