This quick terrain editor allows users to load and build out lowpoly settlements.
- Terrain colors (when turned on) reflect the slope of the underlying mesh triangulation.
- Different settlement options (forests, cities, roads, boats) can only be placed on suitable slopes.
It was developed with the three.js and html as a front-end application.
First clone this respository and then work with Node.js's simple HTTP server package. To install:
npm install http-server -g To run (from your local directory): http-server . -p 8000
three.js, node.js for ease
This project was created by Meg Studer, as the stackathon project at Fullstack Academy.
This project may be messy, but it was an excellent exercise in getting to know canvas and 3d interaction/manipulation in the browser.