mrdoob / glsl-sandbox

Shader editor and gallery.
https://glslsandbox.com/
MIT License
1.55k stars 260 forks source link

Keyboard texture support #43

Closed zackpudil closed 3 years ago

zackpudil commented 7 years ago

Added support for keyboard. Works like shadertoy.com, a 256x1 texture is generated based on keyboard inputs and uniform's the sampler into the shader.

Included a bare example as: example_keyboard_1.glsl Included a cooler example as : example_keyboard_2.glsl