webgpu-webpack-starter
v1.0.0
Published
A starter template for WebGPU development the uses webpack to build the code and manage dependencies.
Downloads
5
Readme
WebGPU Webpack + TypeScript Starter
A starter template for WebGPU and TypeScript development that uses webpack to build the code and manage dependencies. You'll also need node.js installed for package management and running tasks.
Getting Started
After cloning the repo run
npm installTo install webpack, then you can run the serve task and point your browser to localhost:8080:
npm run serveWhere you should see the page shown below.
To deploy your application, run:
npm run deployThen you can copy the content of the dist/ directory to your webserver. You can build a development
distribution by running npm run build.
If everything's working you should see this page in your browser when you run the application:
