Skip to content

A waterfall simulation from a simple particles system.

Notifications You must be signed in to change notification settings

piellardj/waterfall-webgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waterfall-webgl

A WebGL waterfall simulation from a simple particles system.

Live version here.

Port of an old OpenGL project: particles-gpu.

Original idea from Chris Wellons.

For this project I didn't want to use WebGL extensions, so some things are a bit clumsy. For instance, since in "core" WebGL one can not bind multiple draw targets, the particles are updated in 2 steps: first the velocities then the positions. This could be done at once with the appropriate extension.

This is my first WebGL project but also my first time using Javascript, so there are probably lots of mistakes.

Donate