Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 607 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 607 Bytes

fluid mesh socket

Interactive WebGL prototype combining multiple smartphone devices and websockets.
Generating a collaborative tridimensional shape using the tilt sensor from the devices and translate them into information for vector position.

Installation

You need Node.js installed

Bower and Grunt should be global:

$ sudo npm install -g grunt-cli
$ sudo npm install -g bower

Load dependencies and compile:

$ npm install

Run:

$ npm start
 or
$ node app.js

License

Copyright (c) 2015 Nuño de la Serna

Licensed under the MIT License