/Newtown

Procedural urban environment generation

Primary LanguageC++GNU General Public License v3.0GPL-3.0

About

This is Newtown, my attempt at procedural city generation.

Copying

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

Compiling

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