I'm looking for online GLSL shader IDE Editor that will for writing GLSL shaders and use webGL for rendering. The tool should have features such as intellisense, syntax coloring, basic debugging tools or trivial compilation error highlighting.
closed as off-topic by Arend, zmo, Michael Kohne, Paul Croarkin, nKn Mar 20 at 12:20This question appears to be off-topic. The users who voted to close gave this specific reason:
|
|||
|
|
|||
|
Here's a couple of more. They may not satisfy all your requirements, but are definitely worth a look.
|
|||||||||
|
|
I've found a great site for sharing and creating shaders http://www.shadertoy.com |
|||
|
|
|
The http://webglplayground.net/ website should works pretty well for you. It's allow you to code the shaders with some syntax colors and you can see the result directly in the other part of the screen. There is also a Gallery when you can browse the other's shaders and see their own code. Enjoy ! |
|||
|
|
|
Thibaut Despoulain has an editor at http://shdr.bkcore.com/
|
|||
|
|
|
This side as a shader editor sandbox: http://www.selfshadow.com/sandbox/gloss.html |
|||
|
|
|
I'm building one at the moment, it is not ready yet. But check out the video which is slightly more out of date than the site. There is only one test file on there at the moment and I still haven't provided the blender script for uploading models on the site, but I'll add that soon as well as some javascript side code for camera control and so on. Currently I only supply sliders for controlling inputs, but I intend to add time, switches and at some point an API. the site is: www.shaderhub.com The sample is: http://shaderhub.com/render/e05488db-b6f7-4bbd-a3a4-1983f90fb669/ There is a youtube video where I explain how models are uploaded and shader parameters are bound etc. http://www.youtube.com/watch?v=cpba5YZh5PA Still a lot to do, but I would be happy to get feedback. |
|||
|
|
|
Firefox 27 has a shader editor: https://developer.mozilla.org/en-US/docs/Tools/Shader_Editor It currently is a little short of being an editor but it does support compilation error highlighting and dynamic source modification. |
|||
|
|
