Loading

Source Code:
Github Link

WebGL Experiment: Simplex Noise 3D Cave Explorer

Deterministic Procedurally Generated Cave:

  • Reloading the page will always generate the same cave.
  • The cave is generated on the fly, cave chunks that are too far away are discarded and reused.
  • Going back to a previously visited location will re-generate it as it was at the first visit.