Skip to content

Instantly share code, notes, and snippets.

@lilgreenland
lilgreenland / index.html
Last active July 12, 2016 17:48
notes: motion 2 - equations of motion
<!--
LaTex equations are form the mathjax library
http://docs.mathjax.org/en/latest/#
put LaTex between $$ $$ example: $$v = \lambda f$$
use this to generate LaTex
http://www.hostmath.com/
-->
@lilgreenland
lilgreenland / index.html
Last active July 12, 2016 00:33
notes: motion 1 - intro
<!--
LaTex equations are form the mathjax library
http://docs.mathjax.org/en/latest/#
put LaTex between $$ $$ example: $$v = \lambda f$$
use this to generate LaTex
http://www.hostmath.com/
-->
@lilgreenland
lilgreenland / 1-D motion (matter.js).markdown
Last active July 10, 2016 04:06
1-D motion (matter.js)
@lilgreenland
lilgreenland / index.html
Last active September 11, 2017 02:59
planetesimals (matter.js)
<br>
<div id='level'>
<h1 style="text-align:center">planetesimals</h1>
<div id='planet' onclick="planetesimals()">
<p>click to begin</p>
<br>
<p>move: WASD / arrows</p>
<br>
<p>fire: spacebar</p>
</div>
@lilgreenland
lilgreenland / device orientation physics (mobile) (matter.js).markdown
Created June 19, 2016 21:57
device orientation physics (mobile) (matter.js)
@lilgreenland
lilgreenland / index.html
Created June 18, 2016 13:29
planetesimals (matter.js)
move: arrows
@lilgreenland
lilgreenland / index.html
Last active June 16, 2016 18:50
platformer v0.2 (matter-js)
<p>&nbsp;&nbsp;&nbsp;controls: arrow keys</p>
@lilgreenland
lilgreenland / platformer (matter-js).markdown
Last active March 25, 2020 01:01
platformer (matter-js)
@lilgreenland
lilgreenland / 2-D kinematics ballistics (matter-js).markdown
Last active June 8, 2016 14:55
2-D kinematics ballistics (matter-js)