Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Native WebGPU

WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn).
WebGPU for React Native, powered by Dawn.

[wcandillon.github.io/react-native-webgpu](https://wcandillon.github.io/react-native-webgpu/)

Expand All @@ -10,27 +10,4 @@ WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn).

## Contributing

For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md).



## Contributing

Yarn workspaces monorepo — use `yarn`, not `npm`.

```sh
git submodule update --init
yarn
cd packages/webgpu && yarn install-dawn # prebuilt Dawn binaries
# or: yarn build-dawn # build Dawn from source
```

Example app (from `apps/example/`): `yarn start` · `yarn ios` · `yarn android`

From the repo root: `yarn lint` · `yarn tsc` · `yarn build:docs`

Tests (from `packages/webgpu/`): `yarn test:ref` (Chrome reference) · `yarn test` (E2E — open the example app on the E2E screen)

Other `packages/webgpu` scripts: `yarn codegen` · `yarn clean-dawn` · `yarn build-dawn`

See also [`packages/webgpu/CONTRIBUTING.md`](packages/webgpu/CONTRIBUTING.md).
For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md).
27 changes: 2 additions & 25 deletions packages/webgpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Native WebGPU

WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn).
WebGPU for React Native, powered by Dawn.

[wcandillon.github.io/react-native-webgpu](https://wcandillon.github.io/react-native-webgpu/)

Expand All @@ -10,27 +10,4 @@ WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn).

## Contributing

For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md).



## Contributing

Yarn workspaces monorepo — use `yarn`, not `npm`.

```sh
git submodule update --init
yarn
cd packages/webgpu && yarn install-dawn # prebuilt Dawn binaries
# or: yarn build-dawn # build Dawn from source
```

Example app (from `apps/example/`): `yarn start` · `yarn ios` · `yarn android`

From the repo root: `yarn lint` · `yarn tsc` · `yarn build:docs`

Tests (from `packages/webgpu/`): `yarn test:ref` (Chrome reference) · `yarn test` (E2E — open the example app on the E2E screen)

Other `packages/webgpu` scripts: `yarn codegen` · `yarn clean-dawn` · `yarn build-dawn`

See also [`packages/webgpu/CONTRIBUTING.md`](packages/webgpu/CONTRIBUTING.md).
For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md).
Loading