Skip to content

A demo of how Minecraft uses Perlin Noises for their world generation.

License

Notifications You must be signed in to change notification settings

WaterNewt/minecraft-perlin-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perlin Noise Terrain Generation

A demo of how Minecraft uses Perlin Noises for their world generation. This demo only uses Continentalness, which in Minecraft terrain generation is one of the many features that determine terrain shaping. This demo uses a basic implementation of Continentalness (or atleast compared to Minecraft terrain shaping). In this demo, the Continentalness directly affects the height of each block.

Demo Images:

2D Procedural Generation Graph 3D Procedural Generation Graph

Running demo

You can run this project by either the Jupyter Notebook or by directly running python3 perlin.py. Before running the script, make sure to install dependencies with pip3 install -r requirements.txt

About

A demo of how Minecraft uses Perlin Noises for their world generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published