Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apexskier/blockworld
webgl + websockets + friends
https://github.com/apexskier/blockworld
threejs webgl
Last synced: 6 days ago
JSON representation
webgl + websockets + friends
- Host: GitHub
- URL: https://github.com/apexskier/blockworld
- Owner: apexskier
- Created: 2014-10-11T23:44:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T19:01:58.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:20:28.601Z (7 months ago)
- Topics: threejs, webgl
- Language: JavaScript
- Homepage: http://blockworld.camlittle.com
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blockworld
Realtime multiplayer webgl over socket.io.
https://vimeo.com/108728796
## Running
``` sh
git clone [email protected]:apexskier/blockworld.git && cd blockworld
npm install
node index.js
```View at http://localhost:3000.
## Using
### Mobile
Physically move the device to look around.
One touch on the lower 40% of the page moves forward, two move backwards.
Tap on the top of the page to place a block. (hold to preview)
### Desktop
In Chrome and Firefox, click to focus your mouse and use it for looking.
WASD to move, arrow keys to look around.
Space to place blocks. (hold to preview)
`r` to remove a block. `q` to query information about a block (console only).