top of page
Fibonnacci Noise
All "noise generation" things I've found are based on a cartesian grid system, there's some that are based on simplex's but that's not important. I want to make a noise generator that functions on a distribution of points akin to the equalateral distribution across a sphere. I.e. fibonnacci spiral based grid.
​
MS: Just outputting as a bitmap would be sufficient.
​
DONE! Might include some images later.
bottom of page