Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.12 KB

CityGen

CityGen is a procedural city generator and homepage that runs in your browser, built with three.js.

Visuals inspired by DICE's breathtaking parkour video game Mirror's Edge.

Installation

All dependencies are loaded automatically, so just pull the files into the root directory of your web server to get started.

Usage

Variables are stored in data.js. Buildings will be selected randomly and gain attributes based on objects in the data array. Valid attributes include color, label, and url. Buildings will become clickable if url is set.

Dependencies