Skip to content

wasi-gfx/wasi-gfx-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasi-gfx-ship implements the wasi-gfx on top of the browser's WebGPU API.

Compile the TypeScript

npm run build

Examples

Available examples:

  • triangle

Compile an example:

npm run example --example=[example]

Serve the example

Then serve the examples directory with an http server. E.g. the python http server:

cd examples
python -m http.server

View the example

Point your browser to http://localhost:[PORT]/?example=[example]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published