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
- Host: GitHub
- URL: https://github.com/molefrog/knife
- Owner: molefrog
- Created: 2013-01-23T20:30:53.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-12-12T20:36:10.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:12:22.177Z (over 1 year ago)
- Language: JavaScript
- Homepage: molefrog.com/knife
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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://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