Skip to content

mikolalysenko/webgpu-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm learning WebGPU. Here's what I've built so far:

For project history, check the log.

Development

Clone this repo, and using node.js/npm run:

npm ci

Once all dependencies are initialized there are two basic commands:

  • npm run watch: Sets up a live reloading server for working on the demos
  • npm run build: Builds all the demos

And one very dangerous command:

  • npm run gh-pages: Which builds all the files and pushes them to gh-pages

All the code is in src/demos, take a look if you are curious

License

(c) 2023 Mikola Lysenko. MIT License

About

Experiments with WebGPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published