Skip to content

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

License

Notifications You must be signed in to change notification settings

adcimon/shader-studio

Repository files navigation

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