Skip to content

VeroniDeev/webgpu-sample

Repository files navigation

WebGPU Sample

This is a WebGPU sample that demonstrates the capabilities of this API. The sample showcases a 3D cube with multi-colored faces, and you can modify its position in the code. Please note that this project may not be suitable for everyone, as WebGPU availability depends on your web browser's support for the API.

Badges

GPLv3 License

Table of contents

  1. Preview
  2. Requirement
  3. Run Locally
  4. Feedback
  5. License

Preview

App Screenshot

You can check with this url.

Requirement

  • Web Browser with WebGPU Support: Make sur to have a web browser with WebGPU enable you can check with:
    • Web Browsert based on chromium: chrome://flags/#enable-unsafe-webgpu
    • Edge: edge://flags/#enable-unsafe-webgpu
    • Firefox:
      • Go to about:config
      • Search WebGPU and activate it.

Run Locally

Clone the project

  git clone https://github.com/VeroniDeev/webgpu-sample

Go to the project directory

  cd webgpu-sample

Install dependencies

yarn install

or

npm install

Start the server

yarn run serve:dev

Feedback

If you have any feedback, please feel free to contact us at zoubheir@gmail.com.

License

GPLv3

About

This is a WebGPU sample that demonstrates the capabilities of this API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published