Shader Maker

[English]
Shader Maker is a simple, cross-platform GLSL editor. It works on Windows, Linux, and Mac OS X. It provides the basics of a shader editor, such that students can get started with writing their own shaders as quickly as possible. This includes: syntax highlighting in the GLSL editors; geometry shader editor (as well as vertex and fragment shader editors, of course); interactive editing of the uniform variables; light source parameters; pre-defined simple shapes (e.g., torus et al.) and a simple OBJ loader; and a few more.
[/English]

[French]
Shader Maker est un editeur GLSL multi-plateformes (Windows, Linux et MacOS). Il inclue la coloration syntaxique, des éditeurs pour les vertex, geometry et pixel shaders, édition interactives des variables uniformes.
[/French]



Related posts:

  1. Notepad++ 4.9.1
  2. GLSW: OpenGL Shader Wrangler to Play with GLSL Programs with Ease
  3. Demoniak3D 1.23.0
  4. How to Emulate a Stack and Recursive Functions in a DirectX 10 Shader
  5. [Shader Library] Phong Shader with Multiple Lights (GLSL)