beginners 2025-10-03

Hey! Is there a go-to library for noise-generators? (noise a la simplex, worley, brownian, etc). I'm thinking something similar to the Julia library CoherentNoise.jl (https://lazarusa.github.io/CoherentNoise.jl/stable/)

I think I'll add worley noise soon to the fastmath

❤️ 1

Clojure is unashamedly a hosted language and intended to interop with the host ecosystem. I found https://github.com/SpongePowered/noise might be useful. I’ve never heard of it before now but i would expect to find java libraries helpful

👍 1

I have profitably used the java code found here for that: https://github.com/KdotJPG/OpenSimplex2

Great! appreciate the tips