mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
Added logo to readme
This commit is contained in:
parent
f4f2b9bf3e
commit
767b483283
2 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -5,7 +5,9 @@
|
|||
[](https://github.com/Strum355/vscode-mc-shader)
|
||||
[](https://codeclimate.com/github/Strum355/vscode-mc-shader/maintainability)
|
||||
|
||||
This is an extension for [Visual Studio Code](https://code.visualstudio.com/) for developing Minecraft GLSL Shaders for [Optifine](http://optifine.net). It currently provides linting and syntax highlighting (by stef-levesque/vscode-shader dependency).
|
||||
VSCode-MC-Shader is a [Visual Studio Code](https://code.visualstudio.com/) extension for developing Minecraft GLSL Shaders for [Optifine](http://optifine.net). It currently provides linting and syntax highlighting (by stef-levesque/vscode-shader dependency).
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
|
@ -23,11 +25,11 @@ Got a feature request? Chuck it into an Issue!
|
|||
|
||||
## Requirements
|
||||
|
||||
- Visual Studio Code (v1.17.0 or higher - untested)
|
||||
- The [Shader languages support for VS Code](https://marketplace.visualstudio.com/items?itemName=slevesque.shader) extension. This should automatically install when you install this extension
|
||||
- Visual Studio Code (v1.17.0 or higher - minimum requirement untested)
|
||||
- The [Shader languages support for VS Code](https://marketplace.visualstudio.com/items?itemName=slevesque.shader) extension. This should automatically install when you install this extension.
|
||||
- That the shader you're editing is in the `shaderpacks` folder in `.minecraft`.
|
||||
- The [OpenGL / OpenGL ES Reference Compiler](https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/Install/) (for convenience, put it in your PATH, this is the assumed location if not specified). If, for some reason, you're using MacOS, there are no pre-compiled binaries of this.
|
||||
- [Windows] An up to date version of Windows with Developer mode enabled for symlink support. (May not always work, I've gotten inconsistent results)
|
||||
- [Windows] An up to date version of Windows with Developer mode enabled for symlink support. (May not always work, I've gotten inconsistent results).
|
||||
- [MacOS] Not MacOS. Not that you're making MC Shaders on/for MacOS anyways...right?
|
||||
|
||||
## Extension Settings
|
||||
|
@ -36,7 +38,7 @@ Got a feature request? Chuck it into an Issue!
|
|||
| ----------- | --------- | ----------- | ------------- |
|
||||
| `mcglsl.glslangValidatorPath` | string | The path to the glslangValidator executable. | In your `PATH`.|
|
||||
| `mcglsl.lintOnType` | bool | Whether or not to lint while typing. Can decrease performance. | `false` |
|
||||
| `mcglsl.minecraftPath` | string | The path to your Minecraft installation. | None |
|
||||
| `mcglsl.shaderpacksPath` | string | The path to the shaderpacks folder in your Minecraft installation folder. | None |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
BIN
logo.png
Normal file
BIN
logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
Add table
Add a link
Reference in a new issue