This is Newtown, my attempt at procedural city generation.
Newtown is free software, distributed under the version 3 of the GNU General Public License. The text of the GNU General Public License is available in the LICENSE.txt file inside the source tree and also online at http://www.gnu.org/licenses/gpl-3.0.html
To compile Newtown you'll need the Qt4 SDK. Simply go to the source directory and issue the following commands:
QT_SELECT=qt4 qmake
make