Skip to content

Generates infinite procedural terrain using perlin noise, and displays it on the web page as an isometric projection.

License

Notifications You must be signed in to change notification settings

Michael2-3B/Procedural-Perlin-Terrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural-Perlin-Terrain

A HTML + Javascript page that generates infinite procedural terrain using perlin noise, and displays it on the web page in 2D or as an isometric projection.

Features:

  • World Seed Input
  • Infinite terrain to explore by dragging the map around with your cursor, or by inputting coordinates.
  • Dynamic shading using a customizable light position and light height
  • Multiple world generation settings (octaves, wavelength, exponent, water level, etc)

Try it here! https://michael2-3b.github.io/Procedural-Perlin-Terrain/

About

Generates infinite procedural terrain using perlin noise, and displays it on the web page as an isometric projection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published