Skip to content

Instantly share code, notes, and snippets.

View rampol's full-sized avatar

Ramon Polo rampol

View GitHub Profile
@rampol
rampol / index.html
Created June 23, 2018 15:16
Physics mask video
<svg></svg>
<video id="video" autoplay="autoplay" muted="muted" preload="auto" loop="loop">
<source src="http://mazwai.com/system/posts/videos/000/000/123/original/victor_ciurus--5d_mark_iii_magic_lantern_14_bits_raw_video.mp4?1412890624" type="video/mp4">
<source src="http://mazwai.com/system/posts/videos/000/000/123/webm/victor_ciurus--5d_mark_iii_magic_lantern_14_bits_raw_video.webm?1412890624" type="video/webm">
</video>
<div class="indicator">
<div class="line"></div>
</div>
@rampol
rampol / 3d-sandbox-testing.markdown
Created June 23, 2018 15:12
3D Sandbox Testing

BAD Effect

A Matter.Js experiment where some particles keep on falling. Letters can be interacted with using mouse.

A Pen by Manoj Bahuguna on CodePen.

License.