Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lo-th/3d.city
3d city builder game
https://github.com/lo-th/3d.city
Last synced: 25 days ago
JSON representation
3d city builder game
- Host: GitHub
- URL: https://github.com/lo-th/3d.city
- Owner: lo-th
- License: other
- Created: 2014-06-07T00:55:30.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-11-15T08:58:41.000Z (12 months ago)
- Last Synced: 2024-10-01T17:21:57.662Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://lo-th.github.io/3d.city/index.html
- Size: 104 MB
- Stars: 1,544
- Watchers: 85
- Forks: 311
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-open-source-games - 3d.city - Goal was to build a city in 3D to test the performance of WebGL and and Three.js. (Browser-Based / Sandbox)
README
3d.city v 0.8.0
=======3d city builder [LAUNCH](http://lo-th.github.io/3d.city/index.html)
The goal is create 3d city builder to test performance for three.js webgl games
With minimum size impact and maximum speed.
3d side use [Three.js](https://github.com/mrdoob/three.js), GLSL 3d model made by me.This game use simulation source micropolisJS by Graememcc, full convert to ES6
[https://github.com/graememcc/micropolisJS](https://github.com/graememcc/micropolisJS)Game simulation work in a web worker.
Work in progress
Feature improvements
add different envmap, add snow, destruct ...
correct message display.