Skip to content

Provides code snippets for Minecraft Java Edition shaderpack development

Notifications You must be signed in to change notification settings

HyperCol/Minecraft-Shaders-DevTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Shaders DevTools

minecraft-shaders-devtools

minecraft-shaders-devtools is a vecode extension that provides lots of code snippets for Minecraft shaderpack developing. It provides amlost all attributes, uniforms and macros in Optifine documention, makes shader developers write shader imports extreme quickly.

Dependencies

This extension depends on GeforceLegend's GLSL Syntax for VS Code to provides basic syntax highlighting and GLSL code snippets.

Features

This extension provides a complete snippet sets from first word to a full statement. For example, this extension can provide uniform at first, then provide sampler2D and sampler2DShadow when typing s after uniform, and provide all available buffers at the same time.

Almost full code snippets for Minecraft Java Edition shaderpack developing. Each snippet includes single name (e.g. colortex0) and full import code (e.g. uniform sampler2D colortex0;) and even comment variant if available(e.g. /* SHADOWRES:1024 */).

Shader features added in recent Optifine updates (e.g. /* RENDERTARGETS: 1,2,7,12 */) are also included in this extension.

About

Provides code snippets for Minecraft Java Edition shaderpack development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •