Cloud Zeta Web SDK
Cloud Zeta's Web SDK enables users to build 3D web applications in minutes. Sample use cases are:
- Embed iframe to showcase 3D content.
- Boostrap new full page 3D web applications.
- Embed 3D content into your app using ReactJS or VueJS.
Installation
npm install @cloudzeta/engine
npm install @cloudzeta/wasm
Quick Start
git clone git@github.com:cloud-zeta/zeta-samples.git
cd zeta-samples/web/01-hello-zeta
npm install
npm start
More detail at GitHub Sample (opens in a new tab)
Features
Feature | Notes | Status | Sample |
---|---|---|---|
Rendering | Embed 3D content into your app using ReactJS or VueJS | Beta | hello-zeta (opens in a new tab) |
Local editing | Manipulate 3D content realtime using Javascript API | Beta | TBA |
Current Limitations
As of July 2024, the current version of the Web SDK (0.4.x) has the following limitations:
- The Web SDK only supports published assets (i.e. no user authentication).
- All edits are local and not saved to the cloud.
Product Roadmap
Let us know what you think about the following features and when you would like to see them in our #feedback (opens in a new tab) discord channel.
Feature | Notes | ETA |
---|---|---|
User Authentication | Secure your 3D content with user authentication | TBA |
Collaborative editing | Edit 3D content with multiple users in realtime | TBA |