Skip to content

jmecom/procedural-terrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Procedural Terrain

Diamond-Square generated wireframe.

This repository contains implementations of procedural terrain generation algorithms. As of now it only contains Diamond-Square[1], but more, such as Perlin Noise[2], may be added in the future. These implementations are entirely for fun and for personal learning. I also will do write-ups on each of the algorithms I add, which will be linked to in this README, so check them out!

Writeups

Diamond Square - http://jmecom.github.io/diamond-square/

Links

[1] https://en.wikipedia.org/wiki/Diamond-square_algorithm

[2] https://en.wikipedia.org/wiki/Perlin_noise

About

Procedural terrain generation using Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published