Tag Archives: shadertoy

Shadertoy – conversion of a GLSL example.

Today I will show you how to convert a GLSL source code to Shadertoy source code. This tutorial will help you better understand the elements involved in shaders and the display interface. Let’s see what the source code written in GLSL looks like:

To convert it into the source code for Shadertoy online tool,… Read More »

Shadertoy – notepad paper .

The Shadertoy website is a great tool to test your skill in writing shaders. This is my first try with this tool. See the source code I write to make a notepad paper example:

Use the fullscreen option to see correctly the result of this shader.