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

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

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)