shader-viewer
v1.0.4
Published
Preprocess and format the shader code.
Downloads
7
Readme
ShaderViewer
Preprocess and format the shader code.
Feature
- Preprocess directives,
#define
,#if
,#elif
,#endif
,#if defined
... - Remove unused function, struct...
- Format
Chrome Extensions
Online Demo
https://06wj.github.io/shaderViewer/demo/
Dev
- run
npm install
to install dependencies - run
npm run dev
to watch and develop - run
npm run build
to build