glsl shaders demo
This project is using vs2020 to build things. It uses vcpkg to get the necessary libraries. Please install glfw , glm and glew using vcpkg
-
Example1
This is a trivial example about drawing a full screen quad
-
Example2
This example demonstrates on how to apply basic tiling using glsl. It used glsl subroutine concept for efficiency. It has basic color and image tile modes
-
Example3
This a basic ray tracing using glsl
-
Example4
Basic example of displaying images with proper aspect in glsl
- Example5
Example to blend images of different aspect ratios in glsl
- Example6
Difference between two images in glsl
- Example7
Basic bloom using glsl