python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Perlin noise map color transition with uniform thickness
I want to create a evenly sized zone at a specific height to transition between colors.
The issue i am having is that i cannot get this zone to stay even in size.
Is there a way to achieve this?
I hav...
Tim Starmer
Votes: 0
Answers: 0
How can I generate matplotlib graphs faster
I am currently doing an experiment with perlin noise, but generating this noise uses a series of plotted markers. Like, a bunch of them, and i need to render a lot of graphs, rendering just 20 takes a...
theLawyer
Votes: 0
Answers: 1
Random distribution of points based on Perlin Noise?
Is there a good way to generate a random point in a 2D plane where the probability of choosing any specific location is based on Perlin Noise?
Essentially, when I generate a lot of points using such a...
puchm
Votes: 0
Answers: 1
Perlin noise generator isn't working, doesn't look smooth
I watched some tutorials and tried to create a Perlin noise generator in python.
It takes in a tuple for the number of vectors in the x and y directions and a scale for the distance in pixels between ...
Red Wizard
Votes: 0
Answers: 0