https://github.com/neo/tilting
:art: Tilt to draw
https://github.com/neo/tilting
accelerometer art canvas draw phone socket-io tilt
Last synced: 2 months ago
JSON representation
:art: Tilt to draw
- Host: GitHub
- URL: https://github.com/neo/tilting
- Owner: neo
- Created: 2015-12-07T05:45:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T12:45:58.000Z (over 4 years ago)
- Last Synced: 2025-10-10T18:50:56.333Z (8 months ago)
- Topics: accelerometer, art, canvas, draw, phone, socket-io, tilt
- Language: JavaScript
- Homepage: https://tilting.herokuapp.com/
- Size: 3.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tilting
Tilt your phone and draw on your computer. It looks something like this:

# Introduction
[Here](https://tilting.herokuapp.com/ "Rainbow Ribbon - Tilt to Draw") is an up and running version.
It is built with [socket.io](https://github.com/socketio/socket.io/) and [CreateJS](http://createjs.com/).
# 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
```Shell
git clone https://github.com/neolwc/tilting.git
cd tilting
npm install
npm start
```
And it will be up and running on ```localhost:3000``` by default.