Gunivers / Bookshelf

📚 Bookshelf (formerly known as Gunivers Libs) is a user-friendly modular library datapack, crafted to assist mapmakers in effortlessly implementing intricate systems within their maps.
http://bookshelf.docs.gunivers.net
Mozilla Public License 2.0
34 stars 12 forks source link

Random noise generation (Perlin & White) #220

Open SBtree-bit opened 2 weeks ago

SBtree-bit commented 2 weeks ago

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.