[READ-ONLY] Mirror of https://github.com/flo-bit/threlte-vr-code-editor. proof of concept for a live 3d code editor in vr
code-editor threejs threlte vr
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Florian and committed by
GitHub
(Jun 26, 2024, 10:31 PM +0200) 70fe407b 2035b793

+1 -1
+1 -1
README.md
··· 26 26 npm i threlte-uikit peerjs 27 27 ``` 28 28 29 - 3. Copy the `editor` folder in `src/routes` from this project into your projects `src/routes` folder. 29 + 3. Copy the [`editor` folder](https://download-directory.github.io/?url=https://github.com/flo-bit/threlte-vr-code-editor/tree/main/src/routes/editor) in `src/routes` from this project into your projects `src/routes` folder. 30 30 31 31 4. Either make sure your main scene is in `src/lib/components/Scene.svelte` or change the import in `src/routes/editor/[id]/vr/EditScene.svelte` to point to your main scene. 32 32