CodingTrain / Suggestion-Box

A repo to track ideas for topics
570 stars 86 forks source link

[Coding Challenge] Kind of water surface simulation #571

Open vanelizarov opened 7 years ago

vanelizarov commented 7 years ago

Hello!

I accidentally found this web site and was very interested in the animation/effect of water surface on the background:

screenshot from 2017-05-30 03-34-18

So, it would be very cool to learn how to do this or get a hint in which direction I need to look for to achieve nearly same effect :)

Thanks!

vanelizarov commented 7 years ago

I also have found Processing example called NoiseWave, written by Daniel Shiffman ( :D ), but in this example wave is not 3d like on screenshot and the website. For about 6 I'm trying to achieve similar effect, but have no luck. I can only draw something like stack of 2d waves (like the black bottom one on screenshot above), but cannot achieve that cloudy 3d effect. Also, I've tried to cross your Terrain Generation code with NoiseWave code, but also with no luck