GLSL Sandbox

psonice's picture

Not directly QC related, but I'm sure some of you will love this :)

It's a site where you can create shaders in a browser with WebGL. The shader displays in the whole window (it just draws a single window-sized quad), with a code editor overlay for you to write your shader in. It provides a few uniforms for animation (time, mouse position + screen res), and you can save (it gets added to the gallery automatically, and there's versioning built in).

Current address (might change, not sure) is: http://glsl.heroku.com

It's under heavy development still, so it'll probably improve loads. It was made by one mr. doob who I guess some of you will have heard of, if not you should look him up, he's done some really cool work :)

psonice's picture
Re: GLSL Sandbox

My own first try with it: http://glsl.heroku.com/121/4

Nothing fancy, just an interference effect. Was discussing gravity waves with somebody, and decided to make a little simulation :) It's not very cool, but seeing that there's already a few remixes of it in the gallery surely is :D Anonymous online collaboration at it's finest.