How to import WebGL water code

How do i import this webgl water WebGL Water into playcanvas?
The code is here https://github.com/evanw/webgl-water

Hi @metame,

You can’t import that in PlayCanvas as it is, you will to study the source code, understand the various shaders that are used to implement that effect and rewrite them so they can run in PlayCanvas.

It’s doable, but it’s definitely an advanced topic and a lot of work.

Is there an existing water effect for Playcanvas similar to this? Anyone interested in doing this conversion for pay, please message me.

thank you