An open API service indexing awesome lists of open source software.

https://github.com/iamgio/terrain-gen

Terrain generation with p5.js
https://github.com/iamgio/terrain-gen

Last synced: over 1 year ago
JSON representation

Terrain generation with p5.js

Awesome Lists containing this project

README

          

# terrain-gen

A terrain generation attempt, visualized with p5.js in 3D WebGL mode.

- Changing parameters in `generator.js` modifies the generated terrain.
- Changing constants in `terrain-gen.js` alters the visual properties of the final output, such as show/hide wireframe, show/hide colors, tile density and more.

![Overview](https://i.imgur.com/IUiWJ1v.jpg)

This project was inspired by [SimonDev's series](https://www.youtube.com/watch?v=hHGshzIXFWY&list=PLRL3Z3lpLmH3PNGZuDNf2WXnLTHpN9hXy).