Skip to content

Commit

Permalink
⛓️‍πŸ’₯ fix dead links (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Oct 7, 2024
1 parent 19e11fc commit d6be543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Please note that the package name is `react-native-wgpu`.
npm install react-native-wgpu
```

Below are some examples from the [example app](/apps/paper/).
Below are some examples from the [example app](/apps/example/).

https://github.com/user-attachments/assets/116a41b2-2cf8-49f1-9f16-a5c83637c198

Starting from `r168`, Three.js runs out of the box with React Native WebGPU.
You need to have a slight modification of [the metro config](/apps/paper/metro.config.js) to resolve Three.js to the WebGPU build.
We also support [three-fiber](/apps/paper/src/ThreeJS/Fiber.tsx).
For model loading, we also need [the following polyfill](/apps/paper/src/App.tsx#29).
You need to have a slight modification of [the metro config](/apps/example/metro.config.js) to resolve Three.js to the WebGPU build.
We also support [three-fiber](/apps/example/src/ThreeJS/Fiber.tsx).
For model loading, we also need [the following polyfill](/apps/example/src/App.tsx#29).

https://github.com/user-attachments/assets/5b49ef63-0a3c-4679-aeb5-e4b4dddfcc1d

Expand Down

0 comments on commit d6be543

Please sign in to comment.