GitXplorerGitXplorer
P

vscode-wgsl

public
81 stars
8 forks
7 issues

Commits

List of commits on branch master.
Unverified
04222c48533ca541d6dc97043ea096471517e079

Add Vec/Mat type aliases

PPolyMeilex committed a year ago
Unverified
83af0a56314d1535134715d941de94c37268c28d

[CI] Bump node version

PPolyMeilex committed 2 years ago
Unverified
39187a521935e08c0ca7a694bfb4df79ca117803

Version bump 0.1.15

PPolyMeilex committed 2 years ago
Unverified
5971530d12c203609066ff503289d47b8cedaa38

Update yaml syntax definitions

PPolyMeilex committed 2 years ago
Verified
b2df11e17654d44cfdcbac9c26e4b59b2cfefd78

Merge pull request #21 from unfinishedprogram/discolored-arrows-fix

PPolyMeilex committed 2 years ago
Verified
753db485ef26be12cb8e92e0ebc91483af643667

Fixed discolored arrow points

uunfinishedprogram committed 2 years ago

README

The README file for this repository.

WGSL Syntax Highlight For Visual Studio Code

img

Install

For rust users:

I also created cargo-wgsl crate that validates your shaders.

Just run cargo install cargo-wgsl to install it.

The extension will detect it in the path, and start a validation server for you.

Autocompletion (only for globals for now)

img

Real time validation using cargo-wgsl

gif

Cargo-wgsl can also be used as cli:

img