MauriceGit / Water_SimulationLinks
Water-Simulation with real time specular reflection on the waters surface. The reflection is implemented in GLSL and runs on the GPU and in screen space. The water itself is implemented using a pressure based approach for the surface calculation.
☆153Updated 9 years ago
Alternatives and similar repositories for Water_Simulation
Users that are interested in Water_Simulation are comparing it to the libraries listed below
Sorting:
- Cloth-Visualization via particle-simulation.☆82Updated 9 years ago
- A very simple example of how shaders in OpenGL can be used, to color Objects or map a texture on some triangles.☆238Updated 9 years ago
- Particle accelleration with OpenGL 4.3, using the compute shader to calculate particle movement on graphics hardware.☆269Updated 9 years ago
- Giving a scene a depth-dependent shading, completely irregarding the scene complexity, in screen-space.☆46Updated 9 years ago
- Pretty visualizations for ray tracing algorithms☆139Updated 8 years ago
- Micro simple Rasterizer in a single C++11 header file.☆345Updated 6 years ago
- Business card raytracer / eventual IOCCC winner☆175Updated 8 years ago
- Planet Rendering: Adaptive Spherical Level of Detail based on Triangle Subdivision☆340Updated 9 years ago
- a 3D renderer written in C++☆154Updated 8 years ago
- Isosurface extraction using Marching Cubes and pure WebGL.☆70Updated 5 years ago
- Procedural Generation of Rocks in WebGL