Go to file
Thomas FORGIONE df04a1bbfb New sql files and improved Logger.js 2015-05-19 11:50:12 +02:00
controllers Changed link for style 2015-05-19 11:14:45 +02:00
lib Changed files to clean 2015-05-19 11:12:38 +02:00
my_modules Initial commit of nodejs 2015-05-05 11:56:35 +02:00
posts Cleaning and coin events 2015-05-19 11:03:53 +02:00
sql New sql files and improved Logger.js 2015-05-19 11:50:12 +02:00
static New sql files and improved Logger.js 2015-05-19 11:50:12 +02:00
views Cleaning and coin events 2015-05-19 11:03:53 +02:00
.gitignore Added sql init 2015-05-18 09:52:04 +02:00
README.md Update README.md 2015-05-13 10:33:20 +02:00
package.json Removed useless dependency 2015-05-19 10:15:51 +02:00
server.js Changed files to clean 2015-05-19 11:12:38 +02:00
urls.js Added reverse camera (arrow with camera at the end) 2015-05-11 08:45:13 +02:00

README.md

3D Interface

A prototype for a user-friendly 3D interface allowing to browse 3D scenes / models written with Node.js.

It is hosted by OpenShift at 3dinterface.no-ip.org.

To run a local server

As usual with NodeJS, it's quite easy to test. Just ensure you have node installed on your machine, clone this repo somewhere, and then, in the repo do

npm install
node server.js

You should be able to go to localhost:4000 and see the result.