kennyviperhk / Icicle-Bubbles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icicle Bubbles

Live demo | Video

Icicle Bubbles is a WebGL experience by Edan Kwan. Unlike traditional 3D metaball effect, it only blends the depth. Which means there is no transparency support but in that case there is no need to deal with the blocked mesh. For the light scattering effect, it is faked by the depth blend and the depth blur with upside/downside rendering.

For more information about the cheap metaball technique, please check out my blog post.

Development and deployment

  • dev: node dev
  • deploy: node build

License

This experiment is under MIT License.

About

License:MIT License


Languages

Language:JavaScript 78.2%Language:GLSL 18.7%Language:HTML 1.8%Language:CSS 1.3%Language:Shell 0.0%