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
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
There some https://generateme.github.io/fastmath/notebooks/notebooks/random/#noise in https://github.com/generateme/fastmath.
I have profitably used the java code found here for that: https://github.com/KdotJPG/OpenSimplex2
Great! appreciate the tips