Implement the IFS camera
CI / cargo fmt (push) Successful in 22s
CI / cargo test (push) Failing after 13m52s
CI / cargo test (GPU) (push) Successful in 13m45s

This commit is contained in:
2026-06-20 15:10:25 -04:00
parent 1709336062
commit 90f886f971
5 changed files with 173 additions and 4 deletions
Generated
+1
View File
@@ -155,6 +155,7 @@ version = "0.1.0"
dependencies = [
"bytemuck",
"glam",
"libm",
"rand",
"spirv-std",
]