Skip to content

hackur/Icicle-Bubbles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 78.2%
  • GLSL 18.7%
  • HTML 1.8%
  • CSS 1.3%