A language server and Visual Studio Code extension for Minecraft GLSL Shaders
Find a file
Noah Santschi-Cooney 61e460650c
read me shtuff
2018-05-12 17:13:56 +01:00
.vscode Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
src Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
.gitignore Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
.vscodeignore Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
CHANGELOG.md Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
LICENSE Initial commit 2018-05-12 15:27:37 +01:00
package-lock.json Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
package.json Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
README.md read me shtuff 2018-05-12 17:13:56 +01:00
tsconfig.json Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
tslint.json Basic functions that do niente so far 2018-05-12 17:04:29 +01:00
vsc-extension-quickstart.md Basic functions that do niente so far 2018-05-12 17:04:29 +01:00

vscode-mc-shader

This is an extension for Visual Studio Code. It (will) provide linting, syntax highlighting, warnings for unused uniforms, some cool DRAWBUFFERS stuff, auto-complete options and whatever else I think of for developing Minecraft GLSL Shaders using Optifine.

Features

So far? Nothing

Requirements

Extension Settings

  • mcglsl.glslangValidatorPath : The path to the glslangValidator executable

Known Issues

It doesn't work yet I guess...

Release Notes

X.X.X

I added code. It does nothing really.