beginners

Søren 2025-10-03T19:35:34.020129Z

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/)

genmeblog 2025-10-06T07:53:41.079059Z

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

❤️ 1
dpsutton 2025-10-03T19:37:49.296079Z

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
Harold 2025-10-03T21:01:26.919759Z

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

Søren 2025-10-07T07:26:28.002269Z

Great! appreciate the tips