Spacebar to automatically scroll through the seed Down Arrow to input a seed Up Arrow or Click Flag to make a random seed Do turbowarp I'm trying to make perlin noise I think that this is not perlin noise so I would greatly appreciate some help I also need help in understanding how to implement seeds into this I recommend using turbowarp and turbo mode https://turbowarp.org/930454331?turbo&fps=250 according to @Chrome_Cat , I actually made a mean filter. I would greatly appreciate help in turning this into perlin noise! @n-clue and @alltrue said this is blur noise Will work on value noise as a next step inshallah
looks like it makes it scroll, interesting... things to add: biomes? temperature? i can copy the way minecraft made terrain V4 is better, the only reason this one scrolls is because each iteration the seed moves on to the next one in line in order. practically if i wanted to make a real map, I would use V4 but modify it because you don't want the seed variables to actually change, you just want the map to be created by one seed variable.