This is the official repository of Shadr.app. Shadr allows users to create GLSL shaders easily in a node-based environment. Kind of like Blender's shader editor. Add and drag nodes and connect them together to create simple to complex shaders.
If you want to develop the project yourself, read on. If you don't already have Node.js and NPM installed, make sure to install them first. Open this folder in your terminal and run the following commands:
npm install
Then, run the development server:
npm run dev
This content is released under the (http://opensource.org/licenses/MIT) MIT License.