Skip to content
/ webgpu Public

Basic sample for starting with WebGPU development.

License

Notifications You must be signed in to change notification settings

pjmlp/webgpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

I have created this template so that I could have an easy starting point to play with WebGPU, without dealing with the usual mess of FE tooling.

Only standard browser features are used, without any need for build tools, minifiers or transpilers.

WebGPU is already complex enough, no need to add extra complexity into the learning process.

Executing

To execute this template, you need to have a WebGPU aware browser see the above link for reference.

I usually use the "Open Web Site..." feature from Visual Studio, however for convenience there is a configuration script for Python 3 under ther servers directory.

You can start it from the website root as follows:

python3 server/server.py

You should see something like,

Screenshot

Moving forward

Feel free to pick this template and modify it at your pleasure as you get to learn about WebGPU.

Here are some resources I find interesting on the subject:

About

Basic sample for starting with WebGPU development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published