ararslan / ProceduralNoise.jl

Make noise in Julia
MIT License
6 stars 3 forks source link

perlin noise 4d #1

Open SimonDanisch opened 6 years ago

SimonDanisch commented 6 years ago

Hi, I just ported noise4 from https://github.com/caseman/noise.

Do you think it could find a home here? Here is the julia code: https://gist.github.com/SimonDanisch/89779b923d77a4ecdf61246cbe24611b#file-noise4-jl

ararslan commented 6 years ago

Hey Simon! I admit that I haven't touched this package in ages, but I'd happily accept any contributions you think would fit well here.

mfiano commented 1 year ago

I just stumbled on this project, and I wanted to inform you both, if you weren't aware, of my project that implements multiple algorithms in 1-4 dimensions: https://github.com/mfiano/CoherentNoise.jl