Skip to content

Instantly share code, notes, and snippets.

@coryk135
coryk135 / Vector2D.js
Created July 23, 2018 02:41
JavaScript 2D Vector Class
/*
Simple 2D JavaScript Vector Class
Hacked from evanw's lightgl.js
https://github.com/evanw/lightgl.js/blob/master/src/vector.js
*/
function Vector(x, y) {
@coryk135
coryk135 / glass.html
Last active August 29, 2015 13:57 — forked from bwhite/glass.html
[wearscript] Myo + 2048
<html>
<head>
<!-- 2048 source code can be found at https://github.com/gabrielecirulli/2048 -->
<meta charset="utf-8">
<title>2048</title>
<style>
html, body {
margin: 0;
padding: 0;