Skip to content

y0nei/ThreeJS-procedural-terrain-demo

Repository files navigation

Three.js Procedural generation demo

A simple procedural generation demo in Three.js with GUI controls, perlin noise applied to meshes (with proper displacement) and more!

inspiration:

chunks + perlin demo - main inspiration for the project
3d-terrain-r3f - modifying the terrain with gui controls

todos:

  • Add inspiration sources
  • Update deprecated dat-gui to dat.gui
  • Seperate branch for gui demo
  • More documentation 🗒
  • Prettier UI ✨
  • Fix bugs 🐛