Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1000 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 1000 Bytes

Bokeh Leap Motion

alt text

This project was for Firstborn's 3rd Annual Pop-Up Art Show. I created this project to learn the basic of Canvas API and motion. This is my first step into Creative Coding 😉. I am using Leap Motion because I love its "Minority Report-style Gesture Controller".

How To Draw

Once the project runs on http://localhost:8080/, change the scene by using your left hand (you will see your left hand's fingers' dots on the screen) and draw a bokeh using your right index finger.

Getting Started

Installing

npm install

To Compile

npm run start

To Run webpack-dev-server

npm run start:dev

Checkout the project on

http://localhost:8080/

Acknowledgments