An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# create-webgpu-app

Create-webgpu-app is a library for generating web-based applications using WebGPU.

## Badges

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://choosealicense.com/licenses/gpl-3.0/)

[![NPM info](https://img.shields.io/npm/v/create-webgpu-app?maxAge=3600)](https://www.npmjs.com/package/create-webgpu-app)

[![NPM info](https://img.shields.io/npm/dt/create-webgpu-app?maxAge=3600)](https://www.npmjs.com/package/create-webgpu-app)

[![NPM info](https://nodei.co/npm/create-webgpu-app.png?compact=true)](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/)