heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
70 stars 3 forks source link

Implement Simplex Noise #19

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

In a similar fashion to perlin().

However, from what I've read, Simplex Noise is far harder conceptually to generalize to higher dimensions. So I'll settle for explicit 2D, 3D, and hopefully 4D implementations if you can't generalize it.