An open API service indexing awesome lists of open source software.

https://github.com/coac/basic-procedural-city

A basic procedural 3D city built with Babylonjs
https://github.com/coac/basic-procedural-city

Last synced: 8 months ago
JSON representation

A basic procedural 3D city built with Babylonjs

Awesome Lists containing this project

README

          

# Basic procedural City
A basic procedural 3D city built with Babylonjs

## Installation
```
$ git clone https://github.com/Coac/basic-procedural-city
$ cd basic-procedural-city
$ npm install
```

## Development
```
$ npm run dev
$ open http://localhost:8080/
```
Running the webpack-dev-server.

## Todo
* Separate code
* Add new building type
* Procedural texture
...

![Screenshot](http://puu.sh/owIY0/5e07695f3c.jpg)