Skip to content

42arch/procedural-island-generator

Repository files navigation

Procedural Island Generator

A multi-style random island (or terrain) generator. 🏝️

Intro

Using Perlin noise and FBM to generate elevation and moisture, and assigning biomes accordingly. Also, you can generate different styles of islands by adjusting the parameters.

Powered by WebGL, It's fast!

Demo

Preview

procedural-island-generator.netlify.app

Tech Stack

  • Three.js
  • Vite
  • TypeScript
  • GLSL
  • Tweakpane