primael / procedural-generation

Procedural world generation demo using Processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Procedural Generation

A conceptual project to learn about procedural world generation. Generation is based on a few parameters such as:

  • humidity
  • height
  • temperature

which are calculated from the intersection of perlin noise maps, generated from x,y coordinates and adjustable parameters

About

Procedural world generation demo using Processing.


Languages

Language:Processing 100.0%