[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

authored by

Florian and committed by
GitHub
(Jun 27, 2024, 5:50 PM +0200) c244ea43 a5929718

+1 -1
+1 -1
README.md
··· 28 28 npm i threlte-uikit peerjs 29 29 ``` 30 30 31 - 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. 31 + 3. Copy the `editor` folder in `src/routes` from this project into your projects `src/routes` folder. 32 32 33 33 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. 34 34