[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:04 PM +0200) 531602cf 8a515b55

+9 -1
+9 -1
README.md
··· 2 2 3 3 Proof of concept for a live VR code editor using svelte, three.js, threlte and peer.js. 4 4 5 + ## demo 6 + 7 + 8 + 9 + https://github.com/flo-bit/threlte-vr-code-editor/assets/45694132/9ddfb1be-ed27-4b0d-a64c-80178aedecef 10 + 11 + 12 + 5 13 ## How to use in your own project: 6 14 7 15 1. Make sure you have a threlte project set up (including the extras and xr packages), or create a new one by running: ··· 29 37 30 38 8. You should now see your pc screen in the vr scene. Edit the scene with using your computers mouse and keyboard and see the changes in vr. 31 39 32 - Note: some threlte components don't work in vr. Specificially when installing a fresh threlte project, the `<ContactShadow>` component will cause the scene to not render in vr. You can remove it from your main scene file to fix this. 40 + Note: some threlte components don't work in vr. Specificially when installing a fresh threlte project, the `<ContactShadow>` component will cause the scene to not render in vr. You can remove it from your main scene file to fix this.