7 ms·
A 3Dish, pixelartish head on a wall. Something I built over the Easter weekend.
- manmeet 12y agosuper cool, how did u manage the physics
- wjagodfrey 12y agoThanks! So there's not really physics as such. The face is made up of layers that move based on the mouse position. Each layer has a distance it's allowed to travel away from its center point, and it gets the distance of the mouse from the center of the page, and then moves the layer by the proportionate amount of its allowed travel distance. It uses easing to make it feel more natural. I hope that makes sense. There's more going on here, but that's the gist of it. If you're curious check out the code on [git](https://github.com/wilfredjamesgodfrey/hector https://github.com/wilfredjamesgodfrey/hector).