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
- Host: GitHub
- URL: https://github.com/iamgio/terrain-gen
- Owner: iamgio
- Created: 2023-10-14T17:42:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T22:43:18.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:17:20.464Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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