An open API service indexing awesome lists of open source software.

https://github.com/molefrog/knife

Interactive particle system web-experiment, that supports Leap Motion
https://github.com/molefrog/knife

Last synced: over 1 year ago
JSON representation

Interactive particle system web-experiment, that supports Leap Motion

Awesome Lists containing this project

README

          

## Knife
Interactive web-experiment which involves physical simulation of a particle system. The demo also supports Leap Motion.

### Background

![](https://secure-b.vimeocdn.com/ts/435/597/435597525_295.jpg)

https://vimeo.com/64812106

So, I finally got Leap Motion device (http://leapmotion.com/) through their developer program. After realizing that it supports JavaScript (without any extensions, it just works over WebSocket), I started writing a small demo, based on my previous work with simple particle system.

I used LiveReload plugin to speed up the development process and get really cool live visualizations.
The full list of used tools and libraries:

1. SublimeText + LiveReload
2. Leap.js (http://github.com/leapmotion/leapjs) - Leap Motion JavaScript library
3. Sketch.js (http://soulwire.github.io/sketch.js/) - simple drawing framework for web-experiments by Justin Windle
4. dat.gui (http://code.google.com/p/dat-gui/) - simple gui for parameter tweaking