/echovr-api

Echo VR API Examples

Primary LanguageC#Apache License 2.0Apache-2.0

Echo VR API Examples

Usage

Python

  • python echovr_starter.py

Go

  • go build
  • echovr-go [-address {address}]

Rust

  • cargo build
  • cargo run [-- --address {address}]

C#

  • dotnet restore
  • dotnet build
  • dotnet run [-- {address}]

Typescript

  • npm install
  • npm start