webgl-shader-editor
webgl-shader-editor copied to clipboard
Realtime editor for creating webgl shaders
Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.1.0. Release notes Sourced from electron's releases. electron v9.1.0 Release Notes for v9.1.0 Features Added support for MessagePort in the main process. #24323 Added support...
Apparently bitwise operations are not available in the current version of webgl (??!!!??), meaning `int`s and `uint`s can't easily be packed into the `vec4` color output and unpacked in javascript...
Variables are inspected by reading back the framebuffer and converting the pixel value to a float, etc. However, colors are clamped from 0.0 to 1.0 and stored as a byte...