Bookshelf icon indicating copy to clipboard operation
Bookshelf copied to clipboard

Random noise generation (Perlin & White)

Open SBtree-bit opened this issue 1 year ago • 0 comments

If two functions were added to Bookshelf (maybe to the currently in-development bs.random module) that could generate white noise and Perlin noise, it could improve random generation in the bs.generation package for procedural generation of terrain. I'd imagine that they either outputted a long list of values in between 0 and 1 that represented the noise, or they "piped" the noise values into a specified function along with the X and Y values.

SBtree-bit avatar Jun 15 '24 22:06 SBtree-bit