Tag: Shader
-
Creating a Dissolve Shader

This tutorial will teach you how to create a dissolve shader using the GLSL programming language. You will also learn how to apply an optional burning effect, and how to create the dissolve texture. A dissolve shader can be used to make an image disappear over time.
-
Creating Textures for a Dissolve Shader

Learn how to create a texture for a dissolve shader using the GIMP image editor. This tutorial will show you two methods.
-
Shader Tutorial: Coding a Sunburst Effect

In this tutorial you will learn how to code a sunburst effect inside a shader, using scanlines and polar coordinates. You will learn how to code the effect using the web based shader editor called Shadertoy.
-
Creating a multicoloured bokeh shader

Learn how to make a multicoloured bokeh shader, using the GLSL programming language.
-
Rotated rectangle Shadertoy transition tutorial

Learn how to create a rotated rectangle transition in Shadertoy using the GLSL programming language. Useful in video games and movies when changing scenes.
-
Circle screen transition Shadertoy tutorial

Learn how to create circle transition in Shadertoy using the GLSL programming language. Useful in video games and movies when changing scenes.
-
Push screen transition Shadertoy tutorial

Learn how to make a push screen transition in Shadertoy using the GLSL programming language. Push a texture outside of the screen using the fractional part of a number, signum and the mix function.
-
Fade to black screen transition in Shadertoy

Learn how to create a fade to black screen transition in Shadertoy using the GLSL programming language. Mix textures and use easing functions to create this classic screen transition effect.


