ShaderPeeper

所属分类:操作系统开发
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2021-05-05 08:47:21
上 传 者sh-1993
说明:  着色器Peeper,,
(ShaderPeeper,,)

文件列表:
.idea/ (0, 2021-05-05)
.idea/.name (12, 2021-05-05)
.idea/ShaderPeeper.iml (281, 2021-05-05)
.idea/misc.xml (174, 2021-05-05)
.idea/modules.xml (276, 2021-05-05)
.idea/vcs.xml (180, 2021-05-05)
babel.config.js (117, 2021-05-05)
package.json (517, 2021-05-05)
src/ (0, 2021-05-05)
src/ShaderPeeper_Core/ (0, 2021-05-05)
src/ShaderPeeper_Core/Controller/ (0, 2021-05-05)
src/ShaderPeeper_Core/Controller/GLSLPeepAnalyzer.ts (5399, 2021-05-05)
src/ShaderPeeper_Core/Controller/GLSLPeepCodeGenerator.ts (3412, 2021-05-05)
src/ShaderPeeper_Core/Controller/ICodeAnalyzer.ts (57, 2021-05-05)
src/ShaderPeeper_Core/Data/ (0, 2021-05-05)
src/ShaderPeeper_Core/Data/CursorPos.ts (65, 2021-05-05)
src/ShaderPeeper_Core/Data/DefinitionData.ts (164, 2021-05-05)
src/ShaderPeeper_Core/Data/PeepAnalyzeResult.ts (535, 2021-05-05)
src/ShaderPeeper_Core/Data/ShaderDepthData.ts (110, 2021-05-05)
src/ShaderPeeper_Core/Data/ShaderPeeperRegex.ts (730, 2021-05-05)
src/ShaderPeeper_Core/Data/VariableType.ts (64, 2021-05-05)
src/ShaderPeeper_Test/ (0, 2021-05-05)
src/ShaderPeeper_Test/analyze.test.ts (1096, 2021-05-05)
src/ShaderPeeper_Test/sample.test.ts (56, 2021-05-05)
tsconfig.json (6200, 2021-05-05)
yarn.lock (196796, 2021-05-05)

# GLSLibrary ## About ShaderPeeper is the package that generate variable-rendering glsl code. It enable us debugging parameter in main function. ## Feature - enable us to renering-debug of variable in main function. - generate glsl-code which render variable with cursor position. [![Image from Gyazo](https://i.gyazo.com/45010fc431f1a978c901d727a77ae55c.gif)](https://gyazo.com/45010fc431f1a978c901d727a77ae55c) ## Usage - Install ```bash yarn add https://github.com/Hirai0827/ShaderCutter ``` when the package is installed, compile from ts to js will automatically begin. - Use ```typescript const a = GLSLPeepAnalyzer.Analyze(code,{row:2,column:6}); if(a){ const generated = GLSLPeepCodeGenerator.Generate(a); } ``` ## Contact If you have something about the project please contact us - Hirai0827([@lucknknock](https://twitter.com/lucknknock)) Image from Gyazo

近期下载者

相关文件


收藏者