Skip to content

Raki/GLSLDemos

Repository files navigation

GLSLDemos

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

    image

  • 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

image

  • Example3

    This a basic ray tracing using glsl

image

  • Example4

    Basic example of displaying images with proper aspect in glsl

image

  • Example5

Example to blend images of different aspect ratios in glsl

image

  • Example6

Difference between two images in glsl

image

  • Example7

Basic bloom using glsl

image