vscode-wgsl
VsCode Syntax highlight for WGSL files
TypeScript★ 94⑂ 9 forksMITupdated 2 years ago
git clone https://github.com/PolyMeilex/vscode-wgsl.gitPolyMeilex/vscode-wgslREADME.mdfork it — it’s yours
WGSL Syntax Highlight For Visual Studio Code
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)
Real time validation using cargo-wgsl
Cargo-wgsl can also be used as cli:
more like this
aperture
WebGPU-only, ECS-native 3D runtime where simulation is authoritative and rendering is a derived view.
TypeScript★ 53