luco / vscode-glsl

GLSL (OpenGL Shading Language) Syntax for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLSL Syntax for VS Code

Marketplace Version installs license issues

vscode-glsl

vscode-glsl is a light weighted GLSL (OpenGL Shading Language) syntax highlighting extension for Visual Studio Code.

This extension is designed to provide a better syntax for GLSL, and uses lots of expressions form euler0's sublime-glsl, a GLSL syntax package for Sublime Text3, provides almost the best GLSL syntax I have ever seen.

This extension is still in early development, and may become buggy in some situation. Feel free to report issues!

Features

  • Syntax highlighting for GLSL.

  • Code snippets for GLSL.

  • Some syntax for Minecraft shaderpacks made for Optifine (e.g. /* DRAWBUFFERS:0 */ output).

Syntax

The belowing image provides an example syntax highlighting with Monokai color theme.

syntax

Changelog (in dev)

  • < Waiting for development... If you find some issues, report them! >

About

GLSL (OpenGL Shading Language) Syntax for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%