ararslan / ProceduralNoise.jl

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

Reviving the project #2

Open NikulinVs opened 5 years ago

NikulinVs commented 5 years ago

Hello,

I decided to work a little bit on this project as a part of practice during the Julia workshop at my university.

Now the algorithm works for an arbitrary number of dimensions plus is able to generate values in a grid inside a cube slightly more efficiently than just applying perlin to each point.

Hope this change helps in some way to somebody.