[READ-ONLY] Mirror of https://github.com/flo-bit/room. tiny 3d rooms saved locally or in your bluesky account, svelte/threlte flo-bit.dev/room/
0

Configure Feed

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

update base

Florian (Mar 6, 2025, 6:45 PM +0100) 409e4f26 2f86eca0

+9 -6
+8 -5
README.md
··· 1 - # todo 1 + # Room 2 + 3 + tiny 3d rooms saved in your bluesky account 4 + 5 + live here: https://flo-bit.dev/room 6 + 7 + 8 + ### todo 2 9 3 10 - show error message when room is not found 4 - - save edited room to local storage 5 - - show info modal 6 - - show success modal when room is saved (+ share button) 7 11 - show television with youtube video 8 12 - allow placing objects on walls 9 13 - add more objects ··· 12 16 - add a day/night cycle? 13 17 - allow placing objects on other objects 14 18 - allow uploading custom models 15 - - add env map 16 19 - add shortcut to move object (-> make it placingObject) 17 20 - add submenu for objects
+1 -1
svelte.config.js
··· 13 13 // See https://svelte.dev/docs/kit/adapters for more information about adapters. 14 14 adapter: adapter(), 15 15 paths: { 16 - base: process.env.NODE_ENV === 'development' ? '' : '/my-atproto-room' 16 + base: process.env.NODE_ENV === 'development' ? '' : '/room' 17 17 } 18 18 } 19 19 };