top of page

Tears 2018.02

INTRODUCTION

Image is a 2D world; however, what if implement physics into pictures? Some vivid pictures or painting make me feel like someday it can move or to be animated. So, I used Matter.js to create something about physics and add it to the images! At first, I wanted to make a picture turn into another picture while the particles were falling down; however, I did not make it. Maybe it is because I need to use Matter.Vector via Matter.js instead of using p5.Vector because there are two different worlds.

So, I just came up with other idea that make the picture turn into water. This idea is about tears coming out from our eyes. As a result, I simulated an animation that pictures turns into particles by dissolving bunch of circles which were created by detecting pixels of images via Matter.js.

bottom of page