nonme / TerrainJS

Procedural terrain generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TerrainJS

alt TerrainJS

Quickstart

git clone https://github.com/nonme/TerrainJS.git npm install npm start`

Note: The default browser that opens is Chrome. If you don't have Chrome or wish to change the opened browser, change the start script in package.json. More details on this webpack-cli thread.

"start": "webpack serve --config webpack/base.js --open <your-preferred-browser.exe>"

Requirements

Node.js is required to install dependencies and run scripts via npm.

About

Procedural terrain generator

License:MIT License


Languages

Language:JavaScript 98.9%Language:HTML 1.1%