Add MSE AI Scene Creation knowledge to IWSDK project template
Summary: Add mse-agent CLI knowledge to IWSDK project template, enabling AI agents to automatically discover, install, launch Meta Spatial Editor and use mse-agent to create/modify 3D scenes in IWSDK projects.
PRD: https://docs.google.com/document/d/1PuPuxK_hUJW_ajwo4d0TWf94TBnWOgw7exOZe6K1QoQ/edit
Reviewed By: ycliu613
Differential Revision: D99857188
fbshipit-source-id: 38b6474d31633a5efd17bb6401ed41a2eeae4525
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Immersive Web SDK
Where every webpage can become a world.
The Immersive Web SDK makes building immersive web experiences as approachable as traditional web development. It’s a complete collection of frameworks and tools built on Three.js with a high-performance Entity Component System, developer-first workflow with one-command setup and built-in emulation, and production-ready systems for grab interactions, locomotion, spatial audio, physics, and scene understanding.
Same code, two experiences: Run immersively in VR/AR headsets and automatically provide mouse-and-keyboard emulation on desktop browsers. No browser extensions, no special setup—anyone with a laptop can develop for the immersive web.
Getting Started
Create a new project with a single command:
Or install into an existing project:
Documentation
For guides, concepts, and API reference, visit: https://iwsdk.dev
Packages
Internal Packages
Development
Development Workflow
The examples use
file:dependencies pointing to.tgzfiles built from local packages. This simulates how end-users will consume the packages from npm.npm run build:tgz- Builds all packages in dependency order and creates.tgzarchivesnpm run fresh:dev(in example) - Cleansnode_modules, reinstalls from tgz files, and starts dev serverThis ensures examples always test against the latest local build.
License
IWSDK is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please review our Contributing Guidelines and Code of Conduct before submitting issues or pull requests.
Developer Terms