boxerprogrammer / TrialWebGPU

WebGPU勉強用

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGPU Webpack Starter

A starter template for WebGPU 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

About

WebGPU勉強用

License:MIT License


Languages

Language:JavaScript 84.6%Language:HTML 11.7%Language:WGSL 3.8%