0.2.48 • Published 5 months ago

@3dverse/livelink-react v0.2.48

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Livelink React

About

Livelink React is a React library that sits on top of Livelink.js and provides core React components to easily build 3dverse applications.

Installation

To install the library, run:

npm install @3dverse/livelink-react

Usage

Here's a snippet for the simplest application:

import React from "react";
import { Livelink, Canvas, Viewport, CameraController, useCameraEntity } from "@3dverse/livelink-react";

function App() {
    return (
        <Livelink token="your-authentication-token" sceneId="your-scene-id">
            <AppLayout />
        </Livelink>
    );
}

function AppLayout() {
    const { cameraEntity } = useCameraEntity();

    return (
        <Canvas width="100vw" height="100vh">
            <Viewport cameraEntity={cameraEntity} style={{ width: "100%", height: "100%" }}>
                <CameraController />
            </Viewport>
        </Canvas>
    );
}

Structure of a Livelink React App

Livelink React provides 3 contexts:

  • LivelinkContext
    • Handles the connection to the Livelink server and gives access to the resulting session.
  • CanvasContext
    • Creates an HTML <canvas> element and its underlying RenderingSurface and provides access to them.
  • ViewportContext
    • Creates a Livelink.Viewport and assign a <div> element to it and attach the provided camera.

with their 3 respective components.

  • <Livelink>
    • Instantiates a LivelinkContext
  • <Canvas>
  • <Viewport>

It also provides a component

  • <CameraController>

and 2 hooks:

  • useEntity()
  • useCameraEntity()
0.1.54

12 months ago

0.1.55

12 months ago

0.1.56

11 months ago

0.1.57

11 months ago

0.1.58

11 months ago

0.1.59

11 months ago

0.2.27

9 months ago

0.2.26

9 months ago

0.2.25

9 months ago

0.2.24

9 months ago

0.2.23

9 months ago

0.2.22

9 months ago

0.2.21

10 months ago

0.2.20

10 months ago

0.2.19

10 months ago

0.2.18

10 months ago

0.2.17

10 months ago

0.2.16

10 months ago

0.2.15

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.2.41

8 months ago

0.2.40

8 months ago

0.2.48

5 months ago

0.2.47

6 months ago

0.2.46

6 months ago

0.2.45

7 months ago

0.2.44

7 months ago

0.2.43

7 months ago

0.2.42

7 months ago

0.2.39

8 months ago

0.2.30

9 months ago

0.2.38

8 months ago

0.2.37

8 months ago

0.2.36

9 months ago

0.2.35

9 months ago

0.2.34

9 months ago

0.2.33

9 months ago

0.1.60

11 months ago

0.2.32

9 months ago

0.1.61

11 months ago

0.2.31

9 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.2.29

9 months ago

0.2.28

9 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.1.52

12 months ago

0.1.53

12 months ago

0.1.51

1 year ago

0.1.50

1 year ago

0.1.49

1 year ago

0.1.44

1 year ago

0.1.45

1 year ago

0.1.46

1 year ago

0.1.47

1 year ago

0.1.48

1 year ago

0.1.36

1 year ago

0.1.37

1 year ago

0.1.41

1 year ago

0.1.42

1 year ago

0.1.43

1 year ago

0.1.40

1 year ago

0.1.38

1 year ago

0.1.39

1 year ago

0.1.35

1 year ago

0.1.34

1 year ago

0.1.33

1 year ago

0.1.32

1 year ago

0.1.31

1 year ago

0.1.30

1 year ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

1 year ago

0.1.26

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago