GithubHelp home page GithubHelp logo

citygenerator's Introduction

CityGenerator - Procedural City Generator
James Gu, Camilo King, Ben Wu

CityGenerator was written and can be compiled with Visual Studio 2010.

CityGenerator takes in user parameters and image maps and produces a model of a city (in .obj format).
CityGenerator can also output the road network (in the form of a MEL file for use in Maya), city blocks (obj),
or the building lots (also obj).

Usage:
/CityGenerator -f [Input File Name] -d [Density Map] -e [Elevation Map] -l [Legality Map]
If no input is specified, default inputs are used instead:

	Input: 		input.txt
	Density: 	density.png
	Elevation:	elevation.png
	Validity: 	legality.png

Image maps must be 512x512 and grayscale.

 - The input file specifies a number of parameters used by the city generator. Documentation on these to be added later.
 
 - The density map specifies the population density. Brighter areas are considered to have higher density than darker areas.
   Roads grow faster and lots are larger in high density areas.
   
 - The elevation map specifies the elevation. Brighter areas are considered to be higher than darker areas. Some roads will
   follow the elevation contours as they grow (i.e. they minimize elevation changes). Note that the output building
   geometry isn't actually offset vertically at this time, so the elevation map mainly serves to guide the shape of the road
   network.

 - The legality map specifies the areas that are illegal for road growth. Only black (RGB = 0,0,0) areas are considered illegal
   (i.e. roads with endpoints in illegal areas are pruned).  

Other usage information is printed to the terminal.

LICENSING STUFF
This software uses the Eigen open source linear algebra library. See http://eigen.tuxfamily.org for details.
Eigen is used under the GPL.

This software uses the FreeImage open source image library. See http://freeimage.sourceforge.net for details.
FreeImage is used under the GPL, version 3.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.