A 2D terrain generator using simplex noise.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone the repo down to your machine
git clone https://github.com/tannerstephens/terrain-js
Install all dependencies
yarn install
Run the dev server
yarn start
Visit localhost:3000 and see it running!
Build for production
yarn production
See the dist/ folder for static output files.
- webpack - Bundling
- jsPanel - Beautiful control panels
- threads.js - Background rendering web worker
- simplex-noise - Noise generation
- Tanner Stephens
This project is licensed under the MIT License - see the LICENSE.md file for details
- Sebastian Lague - Terrain Generation Videos