funny world gen (translated Terrain4J's noise to rust for funsies)

This commit is contained in:
Halbear 2026-09-05 21:51:55 +01:00
parent 1519a1c065
commit cb12591f5d
6 changed files with 292 additions and 26 deletions

View file

@ -24,6 +24,8 @@ console_error_panic_hook = "0.1.7"
bytemuck = { version = "1.25.0", features = [ "derive" ]}
image = { version = "0.24", default-features = false, features = ["png", "jpeg"]}
mars = { path = "../Mars" }
rand = "0.8"
rand_chacha = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"