add more test and finishing the perlin noise function... I don't really know if I need to implement the simplex noise yet but for now I will stay with this one

This commit is contained in:
2025-08-16 19:16:22 +02:00
parent 395c8b3e26
commit 2f2c62da23
2 changed files with 362 additions and 38 deletions

View File

@@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.6"
rand = "0.9.2"
rand_chacha = "0.9.0"
[lib]
name = "worldgen"
path = "src/lib.rs"