Skip to content

Instantly share code, notes, and snippets.

@JMStewart
JMStewart / README.md
Last active December 22, 2015 09:59
Animate along a path

This is an example of animating an object to move along a defined path. The path must be an existing SVG path object, but can be hidden if you want.

@JMStewart
JMStewart / index.html
Created September 5, 2013 02:35
LEAP: Simple movement
<!DOCTYPE html>
<html>
<head>
<script src="//js.leapmotion.com/0.2.0/leap.min.js"></script>
</head>
<body>
<div id="canvas">
<svg height="100%" width="100%">
@JMStewart
JMStewart / README.md
Last active December 22, 2015 06:39
LEAP: Target Shooter

A simple target shooter for the Leap Motion.