###Computer Vision - Fall 2015 | VNU,H - UET This is a course project for running piano simulation on web application featuring Leap Motion controller.
###Technologies
- JavaScript
- Leap Motion
- MIDI.js
- three.js
###Feature
- Auto-play
- Play by using keyboard
- Play by using Leap Motion Controller, one finger mode and one hand mode.
###Installing NOTE:
- Because most of browsers disabled the cross-origin request, in this case the file:// request, so if you try to run index.html locally you will receive a blank page.
- To be able to use the Leap Motion feature, you will need a Leap Motion Controller and install the installer on your machine.
-
Run locally:
- Get the source code
- Run a local server on the machine and placing the source code inside. For example: XAMPP.
- Start the website by navigating to the folder on the browser
-
Run on hosting: Same as above.
###Acknowledgement This project is an improvement from 3d-piano-player
###License The MIT License (MIT)
Copyright (c) 2013 Borja Morales
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.