https://github.com/vircadia/vircadia-world-sdk-ts
Vircadia World TS SDK.
https://github.com/vircadia/vircadia-world-sdk-ts
Last synced: 11 months ago
JSON representation
Vircadia World TS SDK.
- Host: GitHub
- URL: https://github.com/vircadia/vircadia-world-sdk-ts
- Owner: vircadia
- License: apache-2.0
- Created: 2024-05-19T14:21:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T06:55:16.000Z (11 months ago)
- Last Synced: 2025-07-04T07:21:25.372Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript
## Overview
This TypeScript SDK enables you to easily interface with the Vircadia World API.
:::warning
This package is currently in the early stages of development, and subject to change.
:::
## Install
```bash
bun install @vircadia/world-sdk
```
## Development
### Build
```bash
bun install
bun run build
```
### Publish
```bash
npm publish
```