https://github.com/zbrdeev/create-webgpu-app
Create-webgpu-app is a library for generating web-based applications using WebGPU.
https://github.com/zbrdeev/create-webgpu-app
create-webgpu-app javascript typescript vite webgpu webpack
Last synced: about 1 year ago
JSON representation
Create-webgpu-app is a library for generating web-based applications using WebGPU.
- Host: GitHub
- URL: https://github.com/zbrdeev/create-webgpu-app
- Owner: ZbrDeev
- License: gpl-3.0
- Created: 2023-09-15T19:55:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T00:37:47.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:17:29.207Z (about 1 year ago)
- Topics: create-webgpu-app, javascript, typescript, vite, webgpu, webpack
- Language: JavaScript
- Homepage:
- Size: 3.91 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-webgpu-app
Create-webgpu-app is a library for generating web-based applications using WebGPU.
## Badges
[](https://choosealicense.com/licenses/gpl-3.0/)
[](https://www.npmjs.com/package/create-webgpu-app)
[](https://www.npmjs.com/package/create-webgpu-app)
[](https://www.npmjs.com/package/create-webgpu-app)
# Table of contents
1. [Preview](#preview)
2. [Requirement](#equirement)
3. [Run Locally](#run-locally)
5. [License](#License)
## Preview
[Demonstration of create-webgpu-app](https://github.com/VeroniDeev/create-webgpu-app/assets/100876793/011eac7b-8668-422b-b448-b06e10f115ca)
## Requirement
- **Node.js**: Make sur to have Node.js installed in your pc.
- **Compatible navigator**: To run WebGPU application locally (we will recommend to use chrome canary with "Unsafe WebGPU Support" activate).
## Run Locally
Run the npx command or yarn create
```bash
npx create-webgpu-app
```
or
```bash
yarn create webgpu-app
```
Select the options.
Go to the project directory
```bash
cd {project-name}
```
Install dependencies
```bash
yarn install
```
or
```bash
npm install
```
Start the server
```bash
yarn run dev
```
or
```bash
npm run dev
```
## License
[GPLv3](https://choosealicense.com/licenses/gpl-3.0/)