What is XRift?
XRift is a platform for easily building immersive 3D worlds using WebXR.
What You Can Develop
Worlds
With XRift, you can create your own unique 3D worlds. Using a component library based on React Three Fiber, you can build interactive spaces compatible with VR/AR.
Items
Coming Soon
Item development features are currently under preparation.
You can create interactive objects that can be used within worlds.
Tools
xrift-cli
A command-line tool. It handles project creation, uploading to the XRift platform, and more.
xrift-world-components
A React component library for building WebXR worlds.
Quick Start
# Install XRift CLI
npm install -g @xrift/cli
# Create a new world
xrift create my-world
# Navigate to the project and start the development server
cd my-world
npm run dev
For details, please refer to Getting Started.