diff --git a/README.md b/README.md index 273f61e..bca6811 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# meta-dome +# MetaDome +VR/AR worldbuilding platform — sovereign virtual spaces, spatial computing, and interconnected digital worlds. + +## Architecture + +- **46 PHP pages**: Full-stack world management, mapping, intelligence, communications +- **Spatial computing**: WebXR-ready 3D environments +- **Domain**: [meta-dome.com](https://meta-dome.com) + +## Key Pages + +| Page | Purpose | +|------|---------| +| `index.php` | Main portal | +| `map.php` | World map interface | +| `worlds.php` | World directory and management | +| `space-command.php` | Spatial command center | + +## Stack + +- PHP 8.x backend +- WebGL/Three.js for 3D rendering +- WebXR API for VR headset support +- Real-time WebSocket for multiplayer + +## License + +AGPL-3.0 — GoSiteMe Inc. diff --git a/index.php b/index.php new file mode 100644 index 0000000..4ebf143 --- /dev/null +++ b/index.php @@ -0,0 +1,8 @@ +