Skip to content

Yatoom/city-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

City generator

Algorithm

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.

Setup

Install dependencies.

npm install

Compile the project.

npm run webpack

Start the server.

npm run start

About

Procedural generation of roads and buildings

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.0%
  • CSS 5.3%
  • HTML 3.7%