create-webgpu-app
v1.4.5
Published
create-webgpu-app is a web application generator for WebGPU projects.
Downloads
5
Maintainers
Readme
create-webgpu-app
Create-webgpu-app is a library for generating web-based applications using WebGPU.
Badges
Table of contents
Preview
Demonstration of create-webgpu-app
Requirement
- Node.js: Make sur to have Node.js installed in your pc.
- Compatible navigator: To run WebGPU application locally.
Run Locally
Run the npx command or yarn create
npx create-webgpu-app
or
yarn create webgpu-app
Select the options.
Go to the project directory
cd {project-name}
Install dependencies
yarn install
or
npm install
Start the server
yarn run dev
or
npm run dev
Feedback
If you have any feedback, please feel free to contact us at [email protected].