The algorithms used in this project are based on the paper "Procedural Modeling of Cities" by Parish and Müller. This paper contains algorithms based on L-systems for the generation of road networks as well as buildings. The road generation algorithm was however criticized for being unnecessarily complex. For the road generation, we are therefore using the simplified version that is not based on L-systems.
Install dependencies.
npm installCompile the project.
npm run webpackStart the server.
npm run start
