No features have been listed yet.
No EZ Shader Editor videos yet. You could help us improve this page by suggesting one.
Based on our record, GLSL Sandbox seems to be more popular. It has been mentiond 7 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Https://iquilezles.org/ is a legend, see the articles and video tutorials. Aside from shadertoy I use https://glslsandbox.com/ (for some reason it has https errors now). It's the same concept and it has a lot of submissions that are more basic than shardertoy where you can easily change lines and see what happens. My intuition for these kind of shaders: They are just pure functions mapping an x,y coordinate to a... - Source: Hacker News / about 2 months ago
I also found this website just recently: https://webgl2fundamentals.org/ and it's something I'm definitely gonna read through fully. You may also check https://thebookofshaders.com/ for shaders tutorials (they also have a pretty good editor), https://www.shadertoy.com/ and https://glslsandbox.com/ for some shader ideas. https://iquilezles.org/ and especially his SDF tutorials on YouTube.... Source: over 2 years ago
I was messing around with this when I noticed those weird chunks. Source: over 2 years ago
(The example shader below wasn't written by me, it can be found here https://glslsandbox.com/). Source: over 2 years ago
For folks looking for something considerably more casual than shadertoy, there's also https://glslsandbox.com/ , which makes it stupid easy to grab an existing shader there, tweak 2 lines and publish the result. You probably won't gain fame or glory there, but it's a rather convenient practice ground. Source: over 2 years ago
Shadertoy - Build shaders, share them, and learn from the best community.
KodeLife - Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad.
SHADERed - Lightweight, full-featured desktop tool for creating and testing HLSL and GLSL shaders
Shader Editor - Android app to create GLSL shaders and use them as live wallpaper
ShaderFrog - Shader Frog is a WebGL shader editor that lets you design shaders without writing code.
The Book of Shaders - Extensive guide through fragment shaders with live coding examples