This repository contains the TypeScript Livelink SDK for creating real-time 3D applications using 3dverse. It is composed of the following libraries:
- livelink.js - The core library implementing the Livelink protocol and providing a high-level API for creating real-time 3D applications.
- livelink.react - A React wrapper for livelink.js that provides hooks and components for creating real-time 3D applications using React.
- livelink.react-ui - A collection of React components tailored for creating real-time 3D applications using livelink.react.
- livelink.three - A collection of utilities using Three.js for providing seemless interaction between a Three.js rendered scene and 3dverse streamed scene.
It also provides a set of samples to demonstrate how to use the libraries.
Documentation is available at https://docs.3dverse.com.
npm install
npm run dev
npm run build