Skip to content

wrnrlr/slimshader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slimshader

Shadertoy for WebGPU

A simple command line tool to help developers experiment with the WebGPU shader language. It compiles and executes a fragment shader and displays the result on your screen. Slimshader will reload the shader if the file changes. Errors are logged to the console.

Usage

Build binairy from source and install in PATH.

cargo install --git https://github.com/wrnrlr/slimshader

Start slimshader.

slimshader example/sphere.wgsl

Alternativly clone the repository and run it from there.

cargo run -- examples/sphere.wgsl

Awesome Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages