Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 656 Bytes

Live Coding Tool by wsmind

Live Version

This is a very basic implementation of a ShaderToy-like tool, but focused more on presenting and teaching than live performing.

It works offline, the shader is stored in the browser local storage, so even in case of a browser crash, usually everything is still around when you restart it.

Shader inputs

  • time: the time in seconds
  • uv: aspect-corrected 2D space, from -1 to 1 in Y, and from -aspect to +aspect in X

Shortcuts

  • Ctrl+S: save shader (in local storage) and refresh viewport