JSDM

新建画布
双面胶

双面胶

武汉 PRO 求职中

Building Images

Working on doing the opposite of what Szenia did and also in a given direction. Forked from [Szenia Zadvornykh](http://codepen.io/zadvorsky/)'s Pen [Shattering Images](http://codepen.io/zadvorsky/pen/dILAG/).

svg castle

A castle made with illustrator by Wenzhu WeI and exported as SVG. Thanks to @caohim from who I borrowed most of the css.

Drop-Down Contact Form

Thank you message and close on submit.

WebGL Smoke

Smoke particle system using an old vfx trick of scaled and rotating single sprite texture in WebGL, plus some additive blending for extra sass :) Color of smoke may be changed by modifying "color" attribute for smokeMaterial on line 45. Performance improvement can be had by reducing number of particles, and/or removing "opacity" setting from smokeTex (png will supply opacity, opacity setting simply allows us to "tone it back" or make it slightly more transparent) Low hanging fruit for visual