Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 291 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 291 Bytes

Shader Studio

Shader Studio is a tool to create and experiment with fragment shaders.

Install.

cd shader-studio
npm install

Run.

cd shader-studio
npm start

Build.

cd shader-studio
npm run build