In the demo pics there are radial/circular subdivisions. I find this odd, given that it's supposed to be an "American-style" generator. I've personally never seen any american city that has radial subdivisions.
Boston ( https://www.google.com/maps/@42.3591352,-71.06249,15.28z ) is close to round. You don't get grids until you get out of the colonial era city.
City Map Generator – Create procedural American-style cities in the browser
11–20 of 48 posts
Re: City Map Generator – Create procedural American-style cities in the browser
#12Earlier quoted context omitted.
There are circles in cities, but not (to my knowledge) circular sub-divisions as depicted on the site. That's something I associate with Europe, not America. In most of America, including Washington D.C., the circles are very quickly ironed back out into grids.
What about some of these retirement communities like Sun City, Arizona: https://www.google.com/maps/place/Sun+City,+AZ/@33.6291865,-...
Re: City Map Generator – Create procedural American-style cities in the browser
#13Re: City Map Generator – Create procedural American-style cities in the browser
#14Re: City Map Generator – Create procedural American-style cities in the browser
#15One should give credit where it is due.
Re: City Map Generator – Create procedural American-style cities in the browser
#16Curious that the author no longer credits the paper that a lot of the ideas are based on: InteractiveProceduralStreetModeling, Chen et Al 2008 http://www.sci.utah.edu/~chengu/street_sig08/street_sig08.pd... . One should give credit where it is due.
> Algorithm - Road Network
> This generator is based on the paper ‘Interactive Procedural Street Modeling‘.
Re: City Map Generator – Create procedural American-style cities in the browser
#17Earlier quoted context omitted.
Washington, DC? https://www.google.com/maps/place/Washington,+DC/@38.9099853...
Not very similar. Those DC "circles" just crosscut a rectangular array. The area itself does not appear radial.
http://dcpages.com/gallery/Capitol-Square-Compass-Tour/WashD...
Re: City Map Generator – Create procedural American-style cities in the browser
#18In the demo pics there are radial/circular subdivisions. I find this odd, given that it's supposed to be an "American-style" generator. I've personally never seen any american city that has radial subdivisions.
Re: City Map Generator – Create procedural American-style cities in the browser
#19The procedural method used for this kind of generation is really powerful -- you usually see L-Systems being used to create basic sort of fractals but these sort of implementations can become pretty smart. For example, you can provide a height map of the terrain, and make it so that the roads find smooth paths down hills.
And then that's before you realise that the buildings themselves can be generated via rules which describe how to make buildings. And then, the layout of rooms in a building, and the layout of furniture in each room. There's some really impressive potential here if a group of people were devoted enough.
Another good paper is: http://peterwonka.net/Publications/pdfs/2006.SG.Mueller.Proc...
Re: City Map Generator – Create procedural American-style cities in the browser
#20Earlier quoted context omitted.
What about some of these retirement communities like Sun City, Arizona: https://www.google.com/maps/place/Sun+City,+AZ/@33.6291865,-...
Gotta say that design is pretty cool looking. I like how they put a golf course on the perimeter!