aethex-studio/src/stores
Claude c08627a561
feat: Add Real-time Collaboration infrastructure
- Create collaboration types (CollaboratorInfo, Session, Chat, Permissions)
- Build collaboration store with Zustand and socket.io integration
- Add cursor/selection sharing, chat messaging, and typing indicators
- Include permission system (viewer, editor, admin, owner)
- Add mock mode for demo/testing without server
- Support follow mode and session settings
2026-01-24 02:57:50 +00:00
..
asset-store.ts feat: Add Asset Library system for models, textures, and audio management 2026-01-23 22:58:30 +00:00
collaboration-store.ts feat: Add Real-time Collaboration infrastructure 2026-01-24 02:57:50 +00:00
preview-store.ts feat: Add Live Game Preview with 3D viewport and Lua interpreter 2026-01-23 23:06:16 +00:00
visual-script-store.ts feat: Add Visual Scripting system with node-based editor 2026-01-23 22:53:59 +00:00