Skip to content

pavlen5kiy/ProceduralGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural generation using Perlin noise

About

HTML page that uses JavaScript generation script. Run python file to see the page at your localhost.

How it works

This little project was inspired by Minecraft procedural world generation mechanics.
The program uses three maps: terrain, temperature and moisture. The maps are being created as Perlin noise every time you load the page. These maps together then form all the bioms.

Controls

WASD - move the map
] - zoom in
[ - zoom out