Skip to content

Animated haze distortion effect for images and text, with WebGL.

Notifications You must be signed in to change notification settings

ludvik4/WaterWebGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Water Distortion Effects with WebGL

A tutorial on how to use fragment shaders in WebGL to create an animated water haze distortion effect on images.

Installing

First, you'll need node.js, which includes npm. Then, open the project folder on the terminal and run:

$ npm i

Building and running

Building

$ npm run build

Watching

$ npm run watch

Running

$ npm run start

Then open http://localhost:8080/demo.

Watching & Running

$ npm run start-dev

...and when you're done...

$ npm run stop-dev

License

Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".

About

Animated haze distortion effect for images and text, with WebGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • GLSL 35.7%
  • CSS 2.5%
  • HTML 2.2%