Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 744 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 744 Bytes

Shadr - The GLSL Creation App

Shadr logo

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.

How to develop

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

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.