Web SDK

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

FeatureNotesStatusSample
RenderingEmbed 3D content into your app using ReactJS or VueJSBetahello-zeta (opens in a new tab)
Local editingManipulate 3D content realtime using Javascript APIBetaTBA

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.

FeatureNotesETA
User AuthenticationSecure your 3D content with user authenticationTBA
Collaborative editingEdit 3D content with multiple users in realtimeTBA