Add an initial implementation of the chaos game

This commit is contained in:
2026-06-20 10:05:04 -04:00
parent bb4e0aa669
commit 1709336062
4 changed files with 67 additions and 4 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu.git", rev = "67f1ff2"
anyhow = "1.0.102"
bytemuck = { version = "1.25.0", features = ["derive"] }
glam = { version = "0.33.1", default-features = false, features = ["libm"] }
glam = { version = "0.33.1", default-features = false, features = ["bytemuck", "scalar-math"] }
rand = { version = "0.10.1", default-features = false }
rspirv = "0.13.0"