[Imaging] Searching library for simulating waves.

Hi there!

I am searching a library that can simulate water-waves on images.
Source code should be freely available, because its for a project at school and I assume our teacher does not like that we use clode source in our school projects :wink: (need it as background for my board-game…)

Best would be of course if the wave-area could be specified so that e.g a sunrise/sea picture could be animated …

Thanks in advance, lg Clemens

there’s an example of simulating 2D Water here:

http://freespace.virgin.net/hugo.elias/graphics/x_water.htm

however it is done in c++ (but this shouldn’t be a problem).

Thanks for your researching!

I already discovered what I was searching for, a simply piece of code which can make sunrises with water.
It takes the upper picture and creates water-pictures (~20) which are played one after another.

However the source was published but no license was there - a strange thing :frowning:

However I will post code here soon, with a warning that license is not sure.

lg Clemens