Hacker News new | ask | show | jobs
by mjn 4145 days ago
Relatedly, I found this survey of different methods for procedural city generation (template-based, agent-simulation-based, etc.) to be informative: http://www.citygen.net/files/images/Procedural_City_Generati...
1 comments

Excerpt: Road networks are a key aspect of city character and identity. Road networks are difficult to generalize since they are an interwoven component of a complex system. When viewing road networks from a map or city plan a number of patterns can be observed. It is these patterns that are key for procedural generation as they encode the structure of the road network.

Roads and rivers are the hard part, placing buildings next to it based on templates is easier.