Simulation of Water Waves using Raylib

Water Waves

What is this

  • Simulation of movement of a water surface
  • Using circular wave function instead of simple sum of sines -> makes water surface look good
  • Using vertex shader to make things go fast

Credits