GLSL Back
GLSL, a.k.a OpenGL Shading Language, is a high-level shading (著色) language based on the syntax of the C programming language. It was created to give developers more direct controls of the graphics pipeline without having to use ARB assembly language or hardware-specific languages.
GLSL shaders are not stand-alone applications, because they require an application that utilizes the OpenGL APIs, which is available on many different platforms (e.g., GNU/Linux, Mac OS X, Windows).
In this document, I will note that how to use it in JavaScript.
Utils
Before using this language, we should set up some utils to use before:
Basics
I hope to learn GLSL via "[O`Reilly] GLSL Essentials", and make some notes here:
Advanced
A series of creative examples implemented with GLSL:
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.