Skip to content

Instantly share code, notes, and snippets.

View rampol's full-sized avatar

Ramon Polo rampol

View GitHub Profile

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.

@rampol
rampol / 3d-sandbox-testing.markdown
Created June 23, 2018 15:12
3D Sandbox Testing
<div class="indicator">
<div class="line"></div>
</div>
@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>

Hot and Sticky

My contribution to this month's Creative Coding Club challenge.

I used this month's challenge to learn and get comfortable with Matter.js and P5.js.

A Pen by Mariusz Dabrowski on CodePen.

License.

@rampol
rampol / index.html
Created June 23, 2018 15:21
Matter.js Demo
<a href="http://brm.io/matter-js/" target="_blank"><h1>MATTER<span id="dot">.</span><span id=js>JS</span></h1></a>
<p>Physics Engine</p>
<a href="https://github.com/liabru/matter-js" target="_blank"><h2>GitHub<sup>➜</sup></h2></a>
@rampol
rampol / index.html
Created June 23, 2018 15:22
physics with matter.js
<!--- https://www.youtube.com/watch?v=Iu3M-X1yRFU -->