https://github.com/predominant/osdc-3djs
OSDC 3d Javascript demo code
https://github.com/predominant/osdc-3djs
Last synced: 3 months ago
JSON representation
OSDC 3d Javascript demo code
- Host: GitHub
- URL: https://github.com/predominant/osdc-3djs
- Owner: predominant
- Created: 2011-11-18T00:53:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-18T01:59:56.000Z (over 13 years ago)
- Last Synced: 2024-04-13T22:07:51.467Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://grahamweldon.com
- Size: 367 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 3d Javascript Game Example #
This example was build during my presentation at [OSDC 2011](http://2011.osdc.com.au) entitled "Building 3D apps with Javascript".
## Slides ##
The accompanying slides are [hosted on slideshare](http://www.slideshare.net/predominant/building-3d-apps-with-javascript), though the meat of the talk was done in live coding.
## Running ##
Running locally on your machine, you will need:
* Node.js
Change into the `js` directory, and run:
node server.js
Browse to the `index.html` file, in your browser (Don't use Chrome) and use `W`, `A`, `S`, `D` keys to navigate.
## About me ##
* Graham Weldon
* [http://grahamweldon.com](http://grahamweldon.com)
* [@predominant](http://twitter.com/predominant)