0.0.37 • Published 4 months ago

@vuer-ai/mujoco-ts v0.0.37

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

React MuJoCo Component

Version

This component contains a MuJoCo 2.3.1 compiled against WebAssembly. I also added the required react hooks for using it in a Typescript React project.

Installation

npm install @vuer-ai/mujoco-ts

Usage

import {MuJoCoModel, MuJoCoProvider} from "@vuer-ai/mujoco-ts";

// can present the MuJoCo instance via the following:
<MuJoCoModel
  ref={modelRef}
  speed={speed}
  src={`agility_cassie/scene.xml`}
  assets={[
    "agility_cassie/cassie.xml",
    "agility_cassie/assets/achilles-rod.obj",
    "agility_cassie/assets/cassie-texture.png",
    "agility_cassie/assets/foot-crank.obj",
    "agility_cassie/assets/foot.obj",
    "agility_cassie/assets/heel-spring.obj",
    "agility_cassie/assets/hip-pitch.obj",
    "agility_cassie/assets/hip-roll.obj",
    "agility_cassie/assets/hip-yaw.obj",
    "agility_cassie/assets/knee-spring.obj",
    "agility_cassie/assets/knee.obj",
    "agility_cassie/assets/pelvis.obj",
    "agility_cassie/assets/plantar-rod.obj",
    "agility_cassie/assets/shin.obj",
    "agility_cassie/assets/tarsus.obj"
  ]}/>

Notes on File Path

The src attribute is the path to the MuJoCo XML file. We use the parent director of this entrypoint file as the root directory, and reference all assets relative to this root directory.

Therefore during download, we remove the common prefix assets have with the root directory, and use the remaining path as the target location. For instance, in the example above, the scene.xml file is the entrypoint. Therefore we will download agility_cassie/cassie.xml into the same directory as scene.xml inside the virtual file system of the WebAssembly runtime.

Credits

Built with ❤️ by Ge Yang at Vuer AI.

0.0.37-rc9

6 months ago

0.0.37-rc8

6 months ago

0.0.37

4 months ago

0.0.37-rc21

6 months ago

0.0.37-rc20

6 months ago

0.0.37-rc22

6 months ago

0.0.37-rc14

6 months ago

0.0.37-rc13

6 months ago

0.0.37-rc16

6 months ago

0.0.37-rc15

6 months ago

0.0.37-rc18

6 months ago

0.0.37-rc17

6 months ago

0.0.37-rc19

6 months ago

0.0.37-rc10

6 months ago

0.0.37-rc12

6 months ago

0.0.37-rc11

6 months ago

0.0.37-rc7

6 months ago

0.0.37-rc1

6 months ago

0.0.37-rc5

6 months ago

0.0.37-rc4

6 months ago

0.0.37-rc3

6 months ago

0.0.37-rc2

6 months ago

0.0.37-rc6

6 months ago

0.0.35

6 months ago

0.0.36

6 months ago

0.0.30

6 months ago

0.0.31

6 months ago

0.0.32

6 months ago

0.0.33

6 months ago

0.0.34

6 months ago

0.0.34-rc1

6 months ago

0.0.35-rc3

6 months ago

0.0.35-rc2

6 months ago

0.0.35-rc1

6 months ago

0.0.26

7 months ago

0.0.27

7 months ago

0.0.28

6 months ago

0.0.29

6 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.24-rc13

7 months ago

0.0.24-rc11

7 months ago

0.0.24-rc12

7 months ago

0.0.24-rc10

7 months ago

0.0.24-rc7

7 months ago

0.0.24-rc8

7 months ago

0.0.24-rc6

7 months ago

0.0.24-rc5

7 months ago

0.0.24-rc4

7 months ago

0.0.24-rc3

7 months ago

0.0.24-rc2

7 months ago

0.0.24-rc1

7 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

9 months ago

0.0.20

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

10 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12-rc9

11 months ago

0.0.12-rc8

11 months ago

0.0.12-rc7

11 months ago

0.0.12-rc6

11 months ago

0.0.12-rc5

11 months ago

0.0.12-rc4

12 months ago

0.0.12-rc3

12 months ago

0.0.12-rc2

12 months ago

0.0.12-rc1

12 months ago

0.0.11-rc1

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago