项目作者: neo

项目描述 :
:art: Tilt to draw
高级语言: JavaScript
项目地址: git://github.com/neo/tilting.git
创建时间: 2015-12-07T05:45:34Z
项目社区:https://github.com/neo/tilting

开源协议:

下载


Tilting

Tilt your phone and draw on your computer. It looks something like this:

DEMO

Introduction

Here is an up and running version.

It is built with socket.io and CreateJS.

Usage

  1. Have your phone and computer go to the address that’s running this
  2. Choose “CONTROL” on your phone and “MONITOR” on your computer
  3. Tilt your phone and start drawing!

If you are running this locally (instructions below), please make sure your phone and your computer are under the same network.

Setup

  1. git clone https://github.com/neolwc/tilting.git
  2. cd tilting
  3. npm install
  4. npm start

And it will be up and running on localhost:3000 by default.