webgpu-webpack-starter

1.0.0 • Public • Published

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 install

To install webpack, then you can run the serve task and point your browser to localhost:8080:

npm run serve

Where you should see the page shown below.

To deploy your application, run:

npm run deploy

Then 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:

Expected output of the starter template

Readme

Keywords

none

Package Sidebar

Install

npm i webgpu-webpack-starter

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

17.2 kB

Total Files

11

Last publish

Collaborators

  • ldyken53