代码拉取完成,页面将自动刷新
{
"name": "glsl-canvas",
"displayName": "glsl-canvas",
"description": "Live WebGL preview of GLSL shaders",
"version": "0.2.11",
"author": "Luca Zampetti <lzampetti@gmail.com>",
"publisher": "circledev",
"license": "MIT",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Snippets",
"Other"
],
"activationEvents": [
"onCommand:glsl-canvas.showGlslCanvas",
"onWebviewPanel:glslCanvas",
"onLanguage:glsl"
],
"main": "./out/extension",
"bugs": {
"url": "https://github.com/actarian/vscode-glsl-canvas/issues"
},
"homepage": "https://github.com/actarian/vscode-glsl-canvas/blob/master/README.md",
"contributes": {
"configuration": {
"properties": {
"glsl-canvas.textures": {
"type": "object",
"description": "The texture channels (u_texture_0, u_texture_1, ...) using http:// or file:// protocol."
},
"glsl-canvas.uniforms": {
"type": "object",
"description": "Custom uniforms values."
},
"glsl-canvas.extensions": {
"type": "array",
"description": "An array of extensions to enable in the webgl context, like EXT_shader_texture_lod"
},
"glsl-canvas.doubleSided": {
"type": "boolean",
"description": "Enables/Disables doubleSided rendering"
},
"glsl-canvas.timeout": {
"type": "number",
"default": 0,
"description": "Wait time in milliseconds before updating the canvas after a change in the source code. set 0 to update immediately"
},
"glsl-canvas.refreshOnSave": {
"type": "boolean",
"default": true,
"description": "Enables/Disables refreshing the glslCanvas when saving the document."
},
"glsl-canvas.refreshOnChange": {
"type": "boolean",
"default": true,
"description": "Enables/Disables refreshing the glslCanvas when changing the document."
},
"glsl-canvas.installOnExport": {
"type": "boolean",
"default": true,
"description": "Enables/Disables installing Npm packages on export. Requires Npm."
},
"glsl-canvas.useFormatter": {
"type": "boolean",
"default": true,
"description": "Enables/Disables code formatter."
},
"glsl-canvas.useCompactFormatter": {
"type": "boolean",
"default": true,
"description": "Enables/Disables compact formatter."
}
}
},
"commands": [
{
"command": "glsl-canvas.showGlslCanvas",
"title": "Show glslCanvas"
}
],
"snippets": [
{
"language": "glsl",
"path": "./snippets/glsl.json"
}
],
"languages": [
{
"id": "glsl",
"aliases": [
"GLSL",
"OpenGL Shading Language",
"glsl"
],
"extensions": [
".vs",
".fs",
".gs",
".comp",
".vert",
".tesc",
".tese",
".frag",
".geom",
".glsl",
".glslv",
".glslf",
".glslg"
],
"configuration": "./glsl.configuration.json"
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "tslint -p ./",
"watch": "tsc -w -p ./",
"pretest": "npm run compile",
"test": "node ./out/test/runTest.js"
},
"keywords": [
"shader",
"glsl"
],
"icon": "resources/img/icon.png",
"repository": {
"type": "git",
"url": "git://github.com/actarian/vscode-glsl-canvas.git"
},
"dependencies": {
"dat.gui": "~0.7.7",
"glsl-canvas-js": "~0.2.2",
"glslEditor": "0.0.22",
"natives": "~1.1.6",
"spawn-command-with-kill": "~1.0.2",
"stats.js": "~0.17.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@babel/plugin-proposal-class-properties": "~7.8.3",
"@babel/plugin-proposal-object-rest-spread": "~7.9.5",
"@babel/plugin-transform-flow-strip-types": "~7.9.0",
"@babel/preset-env": "~7.9.5",
"@babel/preset-typescript": "~7.9.0",
"@types/glob": "~7.1.1",
"@types/mocha": "~7.0.2",
"@types/node": "~13.9.5",
"@types/vscode": "~1.38.0",
"babelify": "~10.0.0",
"browserify": "~16.5.1",
"eslint": "~6.8.0",
"glob": "~7.1.4",
"gulp-autoprefixer": "~7.0.1",
"gulp-concat-util": "~0.5.5",
"gulp-concat": "~2.6.1",
"gulp-cssmin": "~0.2.0",
"gulp-filter": "~6.0.0",
"gulp-html2js": "~0.4.2",
"gulp-if": "~3.0.0",
"gulp-plumber": "~1.2.1",
"gulp-rename": "~2.0.0",
"gulp-sass": "~4.1.0",
"gulp-terser": "~1.2.0",
"gulp-webserver": "~0.9.1",
"gulp": "~4.0.2",
"mocha": "~7.1.2",
"source-map-support": "~0.5.19",
"tfs": "~1.6.0",
"through2": "~3.0.1",
"tsify": "~4.0.1",
"tslint": "~6.1.2",
"typescript": "~3.8.3",
"vscode-test": "~1.3.0",
"yargs": "~15.3.1"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。