Skip to content

k2d222/wesl-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WESL Playground

A web interface to test WESL (WGSL Extended) shaders in the browser.

Website: wesl.thissma.fr

WESL Implementations: k2d222/wgsl-tools and ncthbrt/mew

Spec Reference: wesl-spec

Contributing

  • Installing: yarn install
  • Building:
    • release yarn build
    • development yarn dev
  • Updating crate wesl-web:
    • release wasm-pack build wesl-web --no-default-features && cp wesl-web/pkg/* src/wesl-web/
    • development wasm-pack build wesl-web --dev && cp wesl-web/pkg/* src/wesl-web/