Perlin Noise (with implementation in Python)

Introduction

One of the most important algorithms in computer graphics and procedural generation is Perlin Noise. Perlin Noise is an algorithm that generates textures and terrain-like images procedurally (without the need for an artist to manually create the images). Ken Perlin is the creator of this algorithm, for which he also won an Academy Award in 1997.

What is a noise function?

There are numerous natural objects in the environment, like mountains, clouds, terrains, etc. that have some rand...

 •  0 comments  •  flag
Share on Twitter
Published on November 30, 2022 04:18
No comments have been added yet.