From 205486a76177c295ff410cf6b890ba0c7b3ba33f Mon Sep 17 00:00:00 2001 From: William Candillon Date: Mon, 7 Oct 2024 15:54:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9B=93=EF=B8=8F=E2=80=8D=F0=9F=92=A5=20fix?= =?UTF-8?q?=20dead=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c01fb9ee..0570125a4 100644 --- a/README.md +++ b/README.md @@ -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