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
- Host: GitHub
- URL: https://github.com/coac/basic-procedural-city
- Owner: Coac
- License: mit
- Created: 2016-04-26T19:36:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T13:55:48.000Z (over 9 years ago)
- Last Synced: 2025-07-23T16:56:40.438Z (11 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
